WechatOnCloud/panel/server/package.json

27 lines
614 B
JSON
Raw Normal View History

{
"name": "woc-panel-server",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "tsx src/index.ts",
"updater": "tsx src/updater-entry.ts"
},
"dependencies": {
"@fastify/cookie": "^9.4.0",
"@fastify/static": "^7.0.4",
"bcryptjs": "^2.4.3",
"dockerode": "^4.0.2",
"fastify": "^4.28.1",
"http-proxy": "^1.18.1",
"tsx": "^4.19.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/dockerode": "^3.3.31",
"@types/http-proxy": "^1.17.15",
"@types/node": "^22.7.4",
"typescript": "^5.6.2"
}
}