Files
elevatormapRewritten/package.json
2021-05-25 23:50:46 +02:00

31 lines
798 B
JSON

{
"name": "elevatormaprewritten",
"version": "1.0.0",
"description": "The elevatormap rewritten",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheGreyDiamond/elevatormapRewritten.git"
},
"author": "TheGreydiamond",
"license": "ISC",
"bugs": {
"url": "https://github.com/TheGreyDiamond/elevatormapRewritten/issues"
},
"homepage": "https://github.com/TheGreyDiamond/elevatormapRewritten#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"eta": "^1.12.1",
"express": "^4.17.1",
"hcaptcha": "0.0.2",
"helmet": "^4.6.0",
"mysql": "^2.18.1",
"winston": "^3.3.3"
}
}