{ "name": "menuserver", "version": "2.0.0", "description": "", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "axios": "^0.19.0", "body-parser": "^1.19.0", "cors": "^2.8.5", "dateformat": "^3.0.3", "dotenv": "^8.2.0", "express": "^4.17.1", "express-session": "^1.17.0", "helmet": "^3.21.2", "jquery": "^3.4.1", "lodash": "^4.17.15", "markdown": "^0.5.0", "minibus": "^3.1.0", "node-cron": "^2.0.3", "nosql": "^6.1.0", "pug": "^2.0.4", "schema-check": "0.0.7", "short-hash": "^1.0.0", "smtp-email-sender": "^1.0.0", "sqlite3": "^4.1.1", "tape": "^4.13.2", "tape-promise": "^4.0.0" }, "devDependencies": { "browserify": "^16.5.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^6.6.0", "require-dir": "^1.2.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }