menuserver/package.json

46 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2019-12-11 00:07:07 +00:00
{
"name": "menuserver",
"version": "2.0.0",
2019-12-11 00:07:07 +00:00
"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",
2020-02-17 16:49:59 +00:00
"cors": "^2.8.5",
"dateformat": "^3.0.3",
2019-12-11 00:07:07 +00:00
"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",
2019-12-11 00:07:07 +00:00
"nosql": "^6.1.0",
"pug": "^2.0.4",
2019-12-11 00:07:07 +00:00
"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"
2019-12-11 00:07:07 +00:00
},
"devDependencies": {
"browserify": "^16.5.0",
2022-10-16 17:40:00 +00:00
"cz-conventional-changelog": "^3.3.0",
2019-12-11 00:07:07 +00:00
"eslint": "^6.6.0",
"require-dir": "^1.2.0"
2022-10-16 17:40:00 +00:00
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
2019-12-11 00:07:07 +00:00
}
}