generated from hmcts/expressjs-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
131 lines (131 loc) · 4.04 KB
/
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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "em-icp-api",
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=12.0.0"
},
"scripts": {
"start": "NODE_ENV=production ./node_modules/.bin/ts-node -r tsconfig-paths/register server.ts",
"start:dev": "nodemon --inspect --config nodemon.json",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"test": "NODE_ENV=test yarn test:unit",
"test:unit": "mocha --require ts-node/register 'test/unit/**/*.test.ts' --reporter spec --recursive --exit",
"test:coverage": "cross-env NODE_ENV=test NODE_PATH=. nyc yarn test:unit",
"test:a11y": "cross-env NODE_PATH=.",
"sonar-scanner": "node_modules/sonar-scanner/bin/sonar-scanner",
"sonar-scan": "cross-env NODE_PATH=. sonar-scanner",
"test:smoke": "NODE_ENV=test mocha -r ts-node/register 'test/smoke/healthcheck.test.ts' --timeout 25000 --reporter spec --exit",
"test:functional": "cross-env NODE_PATH=. mocha --require ts-node/register 'test/functional/*.test.ts' --timeout 25000 --reporter spec --recursive --exit",
"test:fullfunctional": "yarn test:functional",
"cichecks": "yarn && yarn lint && yarn test"
},
"dependencies": {
"@azure/web-pubsub": "^1.0.0",
"@azure/web-pubsub-express": "^1.0.3",
"@hmcts/info-provider": "^1.1.0",
"@hmcts/nodejs-healthcheck": "^1.8.0",
"@hmcts/nodejs-logging": "^4.0.0",
"@hmcts/properties-volume": "1.2.0",
"@types/config": "^3.0.0",
"@types/cookie-parser": "^1.4.3",
"@types/csurf": "^1.11.0",
"@types/es6-promisify": "^6.0.4",
"@types/express": "^4.17.17",
"@types/helmet": "^4.0.0",
"@types/node": "^22.6.1",
"@types/require-directory": "^2.1.1",
"@types/uuid": "^10.0.0",
"ansi-regex": "^6.0.1",
"applicationinsights": "^3.2.2",
"axios": "^1.7.4",
"chai-http": "^5.0.0",
"config": "^3.3.9",
"cookie-parser": "^1.4.4",
"csurf": "^1.11.0",
"engine.io": "^6.5.4",
"express": "^5.0.0",
"express-rate-limit": "^7.3.0",
"follow-redirects": "^1.15.5",
"helmet": "^7.0.0",
"ioredis": "^5.4.1",
"ioredis-mock": "^8.9.0",
"jsonwebtoken": "^8.5.1",
"jwk-to-pem": "^2.0.5",
"jwt-decode": "^3.1.2",
"lodash": "4.17.21",
"nanoid": "5.0.7",
"nocache": "^4.0.0",
"require-directory": "^2.1.1",
"socket.io": "4.8.0",
"socket.io-client": "^4.5.4",
"superagent": "^10.0.0",
"swagger-ui-dist": "^5.17.0",
"swagger-ui-express": "^5.0.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.0.0",
"typescript": "^5.1.6",
"typescript-eslint": "^8.6.0",
"uuid": "^10.0.0",
"ws": "^8.13.0",
"xmlhttprequest-ssl": "^2.1.0"
},
"resolutions": {
"xmlhttprequest-ssl": "^2.0.0",
"lodash": "^4.17.21",
"y18n": "^5.0.5",
"ws": "^8.17.1",
"axios": "^1.7.4",
"follow-redirects": "^1.15.6",
"express": "^4.19.2",
"@grpc/grpc-js": "^1.10.9",
"@azure/msal-node": "^2.9.2",
"@azure/identity": "^4.2.1",
"send": "^0.19.0",
"serve-static": "^1.15.0",
"body-parser": "^1.20.2",
"micromatch": "^4.0.8"
},
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.20.2",
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^8.0.0",
"@types/mocha": "^10.0.1",
"@types/sinon": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.61.0",
"@typescript-eslint/parser": "^8.6.0",
"babel-loader": "^9.2.1",
"chai": "^4.3.10",
"chai-as-promised": "^8.0.0",
"cross-env": "^7.0.3",
"debug": "^4.1.1",
"eslint": "8.57.1",
"mocha": "^10.7.0",
"nock": "^13.3.0",
"nodemon": "^3.1.1",
"nyc": "^17.0.0",
"pa11y": "^8.0.0",
"request": "^2.88.0",
"sinon": "^19.0.2",
"sinon-chai": "^4.0.0",
"sonar-scanner": "^3.1.0",
"ts-loader": "^9.4.2",
"tslint": "5.20.1"
},
"nyc": {
"extension": [
".ts"
],
"include": [
"api/**/*.ts"
],
"exclude": [
"test/**/*.ts"
],
"reporter": "lcov"
},
"packageManager": "yarn@3.8.5"
}