-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
116 lines (116 loc) · 3.29 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
{
"name": "@hmcts/rpx-xui-node-lib",
"version": "2.30.1",
"description": "Common nodejs library components for XUI",
"main": "dist/index",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --env node",
"test:watch": "jest --env node --watch",
"test:coverage": "jest --env node --coverage",
"build": "tsc --declarationMap --sourceMap",
"build:watch": "tsc --declarationMap --sourceMap --watch",
"lint": "eslint \"*/**/*.{js,ts}\" --quiet --fix",
"commit": "git cz",
"ci:lint": "eslint \"*/**/*.{js,ts}\" --quiet",
"ci": "yarn && yarn ci:lint && yarn build",
"watch": "tsc --watch",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hmcts/rpx-xui-node-lib.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"tag": "latest"
},
"keywords": [
"XUI",
"node",
"authentication"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/hmcts/rpx-xui-node-lib/issues"
},
"homepage": "https://github.com/hmcts/rpx-xui-node-lib#readme",
"files": [
"dist/**/*"
],
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^8.2.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.1.0",
"@types/connect-redis": "^0.0.23",
"@types/csurf": "^1.9.36",
"@types/debug": "^4.1.5",
"@types/express": "^4.17.2",
"@types/express-session": "1.17.10",
"@types/hapi__joi": "^17.1.0",
"@types/jest": "^29.4.0",
"@types/jwt-decode": "^2.2.1",
"@types/node": "^18.17.0",
"@types/passport": "^1.0.2",
"@types/passport-oauth2": "^1.4.9",
"@types/session-file-store": "^1.2.1",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"commitizen": "^4.0.3",
"commitlint-config-cz": "^0.13.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.1",
"husky": "^8.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^27.5.1",
"lint-staged": "^10.2.2",
"prettier": "^2.0.5",
"semantic-release": "^19.0.2",
"standard-version": "^9.5.0",
"supports-color": "^7.1.0",
"ts-jest": "^29.1.4",
"ts-node": "^10.8.1",
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.8.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@hapi/joi": "^17.1.1",
"axios": "^1.7.7",
"caller-path": "^3.0.0",
"connect-redis": "^4.0.4",
"csurf": "^1.11.0",
"debug": "^4.3.7",
"deepmerge": "^4.2.2",
"express": "^4.20.0",
"express-session": "^1.17.0",
"jest-mock-axios": "^4.7.3",
"jest-ts-auto-mock": "^2.1.0",
"jwt-decode": "^2.2.0",
"openid-client": "^3.10.0",
"otplib": "^12.0.1",
"passport": "^0.5.3",
"passport-oauth2": "^1.5.0",
"redis": "^3.0.2",
"session-file-store": "^1.5.0",
"ts-auto-mock": "^3.5.0",
"ttypescript": "^1.5.13"
},
"resolutions": {
"@babel/traverse": "7.23.2",
"minimatch": "3.0.5",
"minimist": "1.2.6"
},
"packageManager": "yarn@4.5.1"
}