This repository has been archived by the owner on Apr 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.56 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
{
"name": "@hmcts/ia-idam-express-middleware",
"version": "6.7.5",
"description": "Express middleware for IDAM integration",
"license": "MIT",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test-coverage": "LOG_LEVEL=OFF istanbul cover _mocha services/*.test.js utilities/*.test.js wrapper/*.test.js -- --recursive",
"posttest-coverage": "istanbul check-coverage --statements 80 --branches 80 --functions 80 --lines 80",
"test": "yarn lint && yarn test-coverage",
"test-unit": "NODE_PATH=. mocha services/*.test.js utilities/*.test.js wrapper/*.test.js --reporter spec --recursive -t 3000",
"sonar-scanner": "node_modules/sonar-scanner/bin/sonar-scanner"
},
"dependencies": {
"@hmcts/nodejs-logging": "^3.0.0",
"diff": "^3.5.0",
"jwt-decode": "^2.2.0",
"mem": "^4.0.0",
"request": "^2.88.0",
"request-promise-core": "^1.1.2",
"request-promise-native": "^1.0.5",
"uuid": "^3.1.0"
},
"devDependencies": {
"@hmcts/eslint-config": "^1.4.0",
"chai": "^4.0.2",
"eslint": "^4.17.0",
"eslint-plugin-mocha": "^4.11.0",
"istanbul": "^0.4.5",
"mocha": "^5.0.0",
"sinon": "^2.3.2",
"sinon-stub-promise": "^4.0.0",
"sonar-scanner": "^1.0.1"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hmcts/ia-idam-express-middleware.git"
},
"author": "",
"bugs": {
"url": "https://github.com/hmcts/ia-idam-express-middleware/issues"
},
"homepage": "https://github.com/hmcts/ia-idam-express-middleware#readme"
}