GIS-2020-SoSe/package.json

26 lines
684 B
JSON

{
"name": "thetwoandonlygis",
"version": "1.0.0",
"description": "Diese Datei soll mir helfen, mit Heruko arbeiten zu können.",
"main": "index.js",
"dependencies": {
"@types/mongodb": "^3.5.25",
"@types/node": "^14.0.13",
"mongodb": "^3.5.9"
},
"devDependencies": {},
"scripts": {
"start": "node Aufgaben/Aufgabe_11_2020-07-08/server.js remote"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YamiDesu/GIS-SoSe-2020.git"
},
"author": "Justin Dretvic",
"license": "ISC",
"bugs": {
"url": "https://github.com/YamiDesu/GIS-SoSe-2020/issues"
},
"homepage": "https://github.com/YamiDesu/GIS-SoSe-2020#readme"
}