Files
CASAN/packages/casan-control-panel/backend/package.json
T
2026-07-08 19:07:35 +09:00

27 lines
797 B
JSON

{
"name": "@casan/control-panel-backend",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "CASAN Ops Console — NestJS API over harness telemetry, governed settings, approval inbox, kill-switch, and FinOps/SLO (Plan-13 Track 1/2/3/4 partial).",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"dev": "tsx watch src/main.ts",
"start": "node dist/main.js",
"test": "node --import tsx --test test/*.test.ts"
},
"dependencies": {
"@nestjs/common": "^10.4.20",
"@nestjs/core": "^10.4.20",
"@nestjs/platform-express": "^10.4.20",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^24.0.8",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
}
}