31 lines
No EOL
792 B
JSON
31 lines
No EOL
792 B
JSON
{
|
|
"name": "huacu_server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npx tsc",
|
|
"start": "node dist/index.js",
|
|
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/index.js\"",
|
|
"buildDocker": "docker build -t nuark/huacu_server:latest .",
|
|
"pushDocker": "docker push nuark/huacu_server:latest"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@socket.io/admin-ui": "^0.5.1",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.2",
|
|
"socket.io": "^4.6.1",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.17",
|
|
"@types/node": "^18.14.4",
|
|
"@types/uuid": "^9.0.1",
|
|
"concurrently": "^7.6.0",
|
|
"nodemon": "^2.0.21",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
} |