This repository has been archived on 2024-08-10. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
nubian/package.json

39 lines
950 B
JSON
Raw Normal View History

2021-07-24 15:42:36 -06:00
{
"name": "duneserver",
"version": "1.0.0",
"description": "Dunemask Web server",
"main": "server.js",
"scripts": {
"start": "node src/server.js --no-warnings",
2021-07-24 15:42:36 -06:00
"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",
2021-07-24 23:05:27 -06:00
"cors": "^2.8.5",
2021-07-24 15:42:36 -06:00
"express": "^4.17.1",
"express-bearer-token": "^2.4.0",
2021-07-24 23:05:27 -06:00
"express-session": "^1.17.2",
"install": "^0.13.0",
2021-07-24 15:42:36 -06:00
"lodash": "^4.17.21",
"mongodb": "^4.0.1",
"mongoose": "^5.13.3",
2021-07-24 15:42:36 -06:00
"multer": "^1.4.2",
"path": "^0.12.7",
"rimraf": "^3.0.2",
"uuid-with-v6": "^1.1.2"
}
}