{ "name": "@automatisch/backend", "version": "0.1.0", "description": "> TODO: description", "scripts": { "dev": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/app.ts", "build": "tsc", "start": "node dist/index.js", "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" }, "devDependencies": { "@types/express": "^4.17.13", "@types/http-errors": "^1.8.1", "@types/morgan": "^1.9.3", "@types/node": "^16.10.2", "nodemon": "^2.0.13", "ts-node": "^10.2.1" } }