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

30 lines
722 B
JSON

{
"name": "@rocket.chat/apps",
"version": "0.6.0-rc.1",
"private": true,
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"build": "rm -rf dist && tsc -p tsconfig.json",
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "eslint --ext .js,.jsx,.ts,.tsx . --fix"
},
"dependencies": {
"@rocket.chat/apps-engine": "workspace:^",
"@rocket.chat/core-typings": "workspace:^",
"@rocket.chat/model-typings": "workspace:^"
},
"devDependencies": {
"@rocket.chat/tsconfig": "workspace:*",
"eslint": "~8.45.0",
"typescript": "~5.9.3"
},
"volta": {
"extends": "../../package.json"
}
}