Files
helios-evcs/apps/csms/package.json
2025-11-16 23:15:20 +08:00

18 lines
342 B
JSON

{
"name": "csms",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js"
},
"dependencies": {
"@hono/node-server": "^1.19.6",
"hono": "^4.10.6"
},
"devDependencies": {
"@types/node": "^20.11.17",
"tsx": "^4.7.1",
"typescript": "^5.8.3"
}
}