expressSandbox/package.json

21 lines
415 B
JSON
Raw Permalink Normal View History

2024-12-09 10:00:39 +00:00
{
"name": "expresssandbox",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon --watch routes ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"knex": "^3.1.0",
"morgan": "~1.9.1",
"nodemon": "^3.1.7",
"objection": "^3.1.5",
"pg": "^8.13.1"
}
}