-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.26 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.26 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@hmcts/one-per-page",
"description": "One question per page apps made easy",
"homepage": "https://github.com/hmcts/one-per-page#readme",
"version": "7.0.0",
"main": "./src/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hmcts/one-per-page.git"
},
"bugs": {
"url": "https://github.com/hmcts/one-per-page/issues"
},
"dependencies": {
"@hapi/cryptiles": "6.0.3",
"@hapi/hoek": "^11.0.7",
"@log4js-node/log4js-api": "^1.0.2",
"body-parser": "^2.0.1",
"callsites": "^3.1.0",
"colors": "^1.4.0",
"config": "^3.3.12",
"connect-redis": "^9.0.0",
"cookie-parser": "^1.4.6",
"csurf": "^1.11.0",
"debug": "^4.3.7",
"deepmerge": "4.3.1",
"express": "^4.21.0",
"express-nunjucks": "^2.2.5",
"express-session": "^1.18.0",
"glob": "^13.0.6",
"http-status-codes": "^2.3.0",
"i18next": "^12.1.0",
"joi": "^17.13.3",
"js-yaml": "^4.1.0",
"moment": "^2.30.1",
"node-emoji": "^1.11.0",
"nunjucks": "^3.2.4",
"option": "^0.2.4",
"router": "2.2.0",
"sanitizer": "^0.1.3",
"slug": "^9.1.0",
"sshpk": "^1.18.0",
"traverse": "^0.6.10",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@hmcts/eslint-config": "^1.0.5",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"chai-jq": "^0.0.9",
"codacy-coverage": "^3.4.0",
"domino": "^2.1.6",
"eslint": "10.0.2",
"eslint-plugin-mocha": "^11.2.0",
"globals": "^17.4.0",
"jquery": "^3.7.1",
"mocha": "^10.7.3",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"sinon": "^17.0.2",
"sinon-chai": "^3.7.0",
"supertest": "^7.0.0",
"zepto-node": "^1.0.0"
},
"resolutions": {
"atob": "^2.1.2",
"cryptiles": "^4.1.3",
"hoek": "^6.1.3",
"macaddress": "^0.5.3",
"sshpk": "^1.18.0"
},
"engines": {
"node": ">=6.0"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | tee coverage.lcov | codacy-coverage",
"lint": "eslint .",
"test": "NODE_PATH=. NODE_ENV=testing nyc --reporter=text-summary mocha --exit 'test/**/*.test.js'"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"packageManager": "yarn@4.10.0"
}