Rocket.Chat/packages/api-client/package.json
rocketchat-github-ci 0f9345a316 Release 8.0.0-rc.1
[no ci]
2025-12-23 02:19:11 +00:00

39 lines
939 B
JSON

{
"name": "@rocket.chat/api-client",
"version": "0.2.47-rc.1",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"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"
},
"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"
},
"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"
},
"volta": {
"extends": "../../package.json"
}
}