The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/api-client/package.json

33 lines
814 B

{
"name": "@rocket.chat/api-client",
"version": "0.0.1",
"private": true,
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/strict-uri-encode": "^2",
"eslint": "^8.12.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "~4.3.5"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"jest": "jest",
"build": "tsc -p tsconfig.json",
"dev": "tsc --watch --preserveWatchOutput -p tsconfig.json"
},
"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.1",
"split-on-first": "^3.0.0",
"strict-uri-encode": "^2.0.0"
}
}