Files
2023-11-16 17:46:07 +01:00

22 lines
478 B
JSON

{
"name": "node-task-2a",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"commit": "git add . && git commit -m \"Update Project purpose\" && git push"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"mariadb": "^3.0.1",
"morgan": "~1.9.1",
"mysql2": "^2.3.3",
"ol": "^7.1.0",
"pug": "^3.0.2",
"sequelize": "^6.21.6"
}
}