mirror of
https://github.com/RocketChat/Rocket.Chat.git
synced 2025-12-28 06:47:25 +00:00
33 lines
828 B
JSON
33 lines
828 B
JSON
{
|
|
"name": "@rocket.chat/instance-status",
|
|
"version": "0.1.37-rc.6",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@rocket.chat/eslint-config": "workspace:^",
|
|
"@rocket.chat/tsconfig": "workspace:*",
|
|
"eslint": "~8.45.0",
|
|
"mongodb": "6.10.0",
|
|
"prettier": "~3.3.3",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"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/models": "workspace:^",
|
|
"@rocket.chat/tracing": "workspace:^"
|
|
},
|
|
"volta": {
|
|
"extends": "../../package.json"
|
|
}
|
|
}
|