Dunestash Public Backend 0.0.1-a.1
This commit is contained in:
commit
69f1de45a3
18 changed files with 1731 additions and 0 deletions
33
src/package.json
Normal file
33
src/package.json
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in a new issue