luzhanqi/package.json

26 lines
601 B
JSON
Raw Normal View History

{
"name": "luzhanqi",
"version": "0.1.0",
"description": "陆战棋",
"main": "server.js",
"scripts": {
"dev": "nodemon server",
"start": "node server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@nas:2222/zhaoxin/luzhanqi.git"
},
"keywords": [],
"author": "Zhao Xin <7176466@qq.com>",
"license": "MIT",
"devDependencies": {
"nodemon": "^2.0.19"
},
"dependencies": {
"express": "^4.18.1",
"socket.io": "^4.5.1"
}
}