{ "name": "deem-app", "version": "0.0.1", "description": "", "main": "server/server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint .", "run": "node server/server.js", "start": "nodemon server/server.js" }, "repository": { "type": "git", "url": "git@gitlab.bitmill.co:lohfu/deem.git" }, "author": "Linus Miller (https://lohfu.io/)", "license": "MIT", "dependencies": { "body-parser": "^1.18.2", "chalk": "^2.3.2", "ejs": "^2.5.7", "express": "^4.16.2", "knex": "^0.14.4", "morgan": "^1.9.0", "node-fetch": "^2.0.0", "xml2js": "^0.4.19" }, "devDependencies": { "eslint": "^4.18.2", "eslint-config-standard": "^11.0.0", "eslint-plugin-import": "^2.9.0", "eslint-plugin-node": "^6.0.1", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-standard": "^3.0.1", "nodemon": "^1.17.1" } }