mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
39 lines
939 B
JSON
39 lines
939 B
JSON
{
|
|
"name": "@rocket.chat/api-client",
|
|
"version": "0.2.42-rc.1",
|
|
"devDependencies": {
|
|
"@rocket.chat/jest-presets": "workspace:~",
|
|
"@rocket.chat/tsconfig": "workspace:*",
|
|
"@types/jest": "~30.0.0",
|
|
"@types/strict-uri-encode": "^2.0.2",
|
|
"eslint": "~8.45.0",
|
|
"jest": "~30.2.0",
|
|
"jest-fetch-mock": "~3.0.3",
|
|
"typescript": "~5.9.3"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch --preserveWatchOutput",
|
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
|
|
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
|
|
"test": "jest",
|
|
"testunit": "jest"
|
|
},
|
|
"main": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"files": [
|
|
"/dist"
|
|
],
|
|
"dependencies": {
|
|
"@rocket.chat/core-typings": "workspace:^",
|
|
"@rocket.chat/rest-typings": "workspace:^",
|
|
"filter-obj": "^3.0.0",
|
|
"query-string": "^7.1.3",
|
|
"split-on-first": "^3.0.0",
|
|
"strict-uri-encode": "^2.0.0"
|
|
},
|
|
"volta": {
|
|
"extends": "../../package.json"
|
|
}
|
|
}
|