Files
automatisch/packages/backend/package.json
2021-10-03 18:03:50 +02:00

38 lines
868 B
JSON

{
"name": "@automatisch/backend",
"version": "0.1.0",
"description": "> TODO: description",
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1"
},
"contributors": [
{
"name": "automatisch contributors",
"url": "https://github.com/automatisch/automatisch/graphs/contributors"
}
],
"homepage": "https://github.com/automatisch/automatisch#readme",
"main": "src/backend.js",
"directories": {
"src": "src",
"test": "__tests__"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/automatisch/automatisch.git"
},
"bugs": {
"url": "https://github.com/automatisch/automatisch/issues"
}
}