-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 772 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 772 Bytes
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
{
"name": "macdonaldclock",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "jest --coverage"
},
"dependencies": {
"aes-js": "^3.1.2",
"cookie-parser": "~1.4.4",
"date.format": "^1.1.2",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"md5": "^2.2.1",
"morgan": "~1.9.1",
"node-schedule": "^1.3.2",
"pug": "^2.0.4",
"request": "^2.88.2"
},
"devDependencies": {
"ajv": "^6.12.2",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-nullish-coalescing": "^4.19.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jest": "^23.17.1",
"jest": "^26.1.0",
"nodemon": "^2.0.4"
}
}