34 lines
808 B
JSON
34 lines
808 B
JSON
|
{
|
||
|
"name": "duneserver",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Dunemask Web server",
|
||
|
"main": "server.js",
|
||
|
"scripts": {
|
||
|
"start": "node server.js --no-warnings",
|
||
|
"test-server": "nodemon src/server.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/Dunemask/npmserver.git"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/Dunemask/npmserver/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/Dunemask/npmserver#readme",
|
||
|
"dependencies": {
|
||
|
"adm-zip": "^0.5.5",
|
||
|
"axios": "^0.21.1",
|
||
|
"bcrypt": "^5.0.1",
|
||
|
"body-parser": "^1.19.0",
|
||
|
"express": "^4.17.1",
|
||
|
"express-session": "^1.17.1",
|
||
|
"lodash": "^4.17.21",
|
||
|
"multer": "^1.4.2",
|
||
|
"path": "^0.12.7",
|
||
|
"rimraf": "^3.0.2",
|
||
|
"uuid-with-v6": "^1.1.2"
|
||
|
}
|
||
|
}
|