mirror of https://github.com/acid-info/WebCave.git
30 lines
682 B
JSON
30 lines
682 B
JSON
{
|
|
"name": "@acid-info/webcave-server",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"dev": "nodemon",
|
|
"build": "rimraf dist && tsc --project tsconfig.json",
|
|
"compile": "tsc",
|
|
"serve": "node dist/"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"socket.io": "^4.7.5",
|
|
"tracer": "^1.3.0",
|
|
"tslib": "^2.3.1",
|
|
"@acid-info/webcave-core": "^1.0.1-alpha.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.21",
|
|
"@types/node": "^20.14.10",
|
|
"nodemon": "^3.1.4",
|
|
"rimraf": "^3.0.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "5.4.5"
|
|
}
|
|
}
|