csudijo/package.json

19 lines
360 B
JSON
Raw Permalink Normal View History

2023-10-03 05:57:37 +00:00
{
"name": "csudijo-server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
"mysql": "^2.16.0",
"nodemon": "^1.18.11",
"pug": "2.0.0-beta11"
}
}