mirror of
https://github.com/Gloridust/WechatOnCloud.git
synced 2026-06-16 19:53:53 +08:00
26 lines
571 B
JSON
26 lines
571 B
JSON
{
|
|
"name": "woc-panel-server",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"start": "tsx src/index.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"
|
|
}
|
|
}
|