Archived
1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
SOD/package.json
dependabot[bot] d1bcb60080
Bump pug from 2.0.0-beta11 to 3.0.1
Bumps [pug](https://github.com/pugjs/pug) from 2.0.0-beta11 to 3.0.1.
- [Release notes](https://github.com/pugjs/pug/releases)
- [Commits](https://github.com/pugjs/pug/compare/pug@2.0.0-beta11...pug@3.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-03 05:45:37 +00:00

32 lines
703 B
JSON

{
"name": "sod",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "NODE_ENV=test mocha"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"emailjs": "^3.3.0",
"express": "~4.16.1",
"express-recaptcha": "^5.0.2",
"express-session": "^1.17.1",
"http-errors": "~1.6.3",
"i18n": "^0.12.0",
"morgan": "~1.9.1",
"pg": "^8.3.3",
"pg-hstore": "^2.3.3",
"pug": "3.0.1",
"sequelize": "^6.3.5",
"sequelize-cli": "^6.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"mocha": "^8.1.3",
"sqlite3": "^5.0.0",
"supertest": "^4.0.2"
}
}