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

47 lines
1.3 KiB

{
"name": "@rocket.chat/core-services",
"version": "0.2.0",
"private": true,
"devDependencies": {
"@babel/core": "~7.22.9",
"@babel/preset-env": "~7.22.9",
"@babel/preset-typescript": "~7.22.5",
"@rocket.chat/eslint-config": "workspace:^",
"@types/babel__core": "^7",
"@types/babel__preset-env": "^7",
"@types/jest": "~29.5.3",
"babel-jest": "^29.5.0",
"eslint": "~8.45.0",
"jest": "~29.6.1",
"mongodb": "^4.17.1",
"prettier": "~2.8.8",
"typescript": "~5.2.2"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix",
"jest": "jest",
"testunit": "jest --verbose tests/**/*.test.ts",
"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"
],
"volta": {
"extends": "../../package.json"
},
"dependencies": {
"@rocket.chat/apps-engine": "1.41.0-alpha.290",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/icons": "^0.32.0",
"@rocket.chat/message-parser": "next",
"@rocket.chat/models": "workspace:^",
"@rocket.chat/rest-typings": "workspace:^",
"@rocket.chat/ui-kit": "^0.32.1",
"@types/fibers": "^3.1.1",
"fibers": "^5.0.3"
}
}