package.json
506 Bytes
{
"name": "myapp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"ejs": "^3.1.6",
"express": "^4.16.4",
"express-session": "^1.17.1",
"google-auth-library": "^7.0.4",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"nodemon": "^2.0.7",
"request": "^2.88.2",
"session-file-store": "^1.5.0"
}
}