-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 956 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "scaffnode",
"author": "Andrew Kish",
"version": "0.101.0",
"private": true,
"scripts": {
"start": "NODE_ENV=dev nodemon app.js | bunyan",
"start.live": "NODE_ENV=live nodemon app.js | bunyan",
"test": "NODE_ENV=test mocha --exit tests/*_tests.js;"
},
"dependencies": {
"accepts": "1.3.x",
"body-parser": "1.20.x",
"bunyan": "1.8.x",
"connect-redis": "7.1.x",
"escape-html": "1.0.x",
"express": "4.21.x",
"eslint": "8.x.x",
"express-session": "1.18.x",
"hpp": "0.2.x",
"i18n": "0.15.x",
"ioredis": "^5.4.1",
"lodash": "4.17.x",
"luxon": "^3.5.0",
"multer": "1.4.x",
"nodemon": "3.1.x",
"nunjucks": "^3.2.4",
"nunjucks-date-filter": "0.1.x",
"validator": "13.12.x"
},
"devDependencies": {
"chai": "5.x.x",
"mocha": "10.7.x",
"supertest": "7.x.x",
"webpack-dev-middleware": "^7.4.2",
"webpack-hot-middleware": "^2.26.1"
}
}