-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 KB
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
39
40
41
{
"name": "scaffnode",
"author": "Andrew Kish",
"version": "0.105.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": {
"@eslint/eslintrc": "^3.3.4",
"@eslint/js": "^10.0.1",
"accepts": "1.3.x",
"body-parser": "2.2.x",
"bunyan": "1.8.x",
"connect-redis": "8.1.x",
"escape-html": "1.0.x",
"eslint": "10.x.x",
"express": "5.x.x",
"express-session": "1.19.x",
"globals": "^17.4.0",
"hpp": "0.2.x",
"i18n": "0.15.x",
"ioredis": "^5.10.0",
"lodash": "4.17.x",
"luxon": "^3.7.2",
"nodemon": "3.1.x",
"nunjucks": "^3.2.4",
"nunjucks-date-filter": "0.1.x",
"validator": "13.15.x"
},
"devDependencies": {
"chai": "6.x.x",
"eslint-plugin-jsdoc": "^62.7.1",
"mocha": "11.7.x",
"supertest": "7.x.x",
"webpack-dev-middleware": "^7.4.5",
"webpack-hot-middleware": "^2.26.1"
}
}