38 lines
950 B
JSON
38 lines
950 B
JSON
{
|
|
"name": "duneserver",
|
|
"version": "1.0.0",
|
|
"description": "Dunemask Web server",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node src/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",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.17.1",
|
|
"express-bearer-token": "^2.4.0",
|
|
"express-session": "^1.17.2",
|
|
"install": "^0.13.0",
|
|
"lodash": "^4.17.21",
|
|
"mongodb": "^4.0.1",
|
|
"mongoose": "^5.13.3",
|
|
"multer": "^1.4.2",
|
|
"path": "^0.12.7",
|
|
"rimraf": "^3.0.2",
|
|
"uuid-with-v6": "^1.1.2"
|
|
}
|
|
}
|