Inital commit

This commit is contained in:
TheGreyDiamond
2021-05-22 00:02:32 +02:00
parent 2280b81ede
commit f2c129ca14
11 changed files with 1142 additions and 0 deletions

25
package.json Normal file
View File

@ -0,0 +1,25 @@
{
"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": {
"eta": "^1.12.1",
"express": "^4.17.1",
"winston": "^3.3.3"
}
}