{ "name": "bodysch_backend", "version": "1.0.0", "description": "Schönherz Body Kör website backend in Express.", "main": "build/index.js", "scripts": { "test": "jest src/tests/*", "start-dev": "nodemon --config \"./nodemon.json\"/", "build": "rm -rf ./build/ && tsc", "start": "node build/index.js" }, "author": "DevTeamSCH", "license": "GPL-3.0-or-later", "devDependencies": { "@types/express": "^4.17.2", "@types/jest": "^25.1.3", "@types/mongoose": "^5.7.1", "@types/node": "^13.7.1", "jest": "^25.1.0", "nodemon": "^2.0.2", "ts-node": "^8.6.2", "tslint": "^6.0.0", "tslint-config-prettier": "^1.18.0", "typescript": "^3.7.5" }, "dependencies": { "body-parser": "^1.19.0", "dotenv": "^8.2.0", "express": "^4.17.1", "mongoose": "^5.9.1", "simple-oauth2": "^3.3.0" } }