-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1011 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
39
40
{
"name": "alectronic-cv",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "NODE_PATH=. npm run setup",
"setup": "echo 'no setup atm'",
"start": "NODE_PATH=. ./server.js",
"test": "echo 'no test atm'",
"test:nsp": "nsp check",
"test:nsp-warn": "nsp check --output summary --warn-only"
},
"dependencies": {
"@hmcts/nodejs-healthcheck": "^1.4.3",
"@hmcts/nodejs-logging": "^1.4.2",
"body-parser": "^1.18.2",
"config": "^1.28.1",
"cookie-parser": "^1.4.3",
"debug": "^3.1.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"fs": "0.0.2",
"js-yaml": "^3.10.0",
"node-sass": "^4.5.3",
"mongoose": "^4.5.8",
"serve-favicon": "^2.4.5",
"yarn": "1.3.2"
},
"devDependencies": {
"chai": "^4.0.2",
"git-message": "^2.0.2",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"nsp": "^3.1.0",
"proxyquire": "^1.8.0",
"sinon": "^4.1.2",
"sinon-chai": "^2.11.0",
"sonar-scanner": "^3.0.3"
}
}