monitority-backend/package.json

20 lines
400 B
JSON

{
"name": "monitority-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@git.dev-c.at:222/MONITORITY/monitority-backend.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
}
}