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/core-typings/package.json

33 lines
843 B

{
"name": "@rocket.chat/core-typings",
"version": "6.2.6",
"private": true,
"devDependencies": {
"@rocket.chat/eslint-config": "workspace:^",
"eslint": "~8.43.0",
"mongodb": "^4.12.1",
"prettier": "~2.8.8",
"typescript": "~5.1.3"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc --watch --preserveWatchOutput -p tsconfig.json",
"build": "rm -rf dist && tsc -p tsconfig.json"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"dependencies": {
"@rocket.chat/apps-engine": "1.39.1",
"@rocket.chat/icons": "next",
"@rocket.chat/message-parser": "next",
"@rocket.chat/ui-kit": "next"
},
"volta": {
"extends": "../../package.json"
}
}