You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
453 B

12 months ago
{
"name": "bodacc",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
12 months ago
},
"dependencies": {
"cookie-parser": "~1.4.4",
"csv-parser": "^3.0.0",
"debug": "~2.6.9",
"ejs": "~2.6.1",
"events": "^3.3.0",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"morgan": "~1.9.1",
"slugify": "^1.6.6"
},
"devDependencies": {
"nodemon": "^3.0.1"
12 months ago
}
}