-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
55 lines (55 loc) · 1.54 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
{
"name": "root",
"private": true,
"scripts": {
"build": "lerna run build",
"clean": "lerna run clean && rm -rf node_modules out",
"fix": "lerna run fix",
"lint": "lerna run lint",
"prepare": "lerna bootstrap --hoist && husky install",
"test": "lerna run test",
"test-cov": "lerna run test-cov"
},
"devDependencies": {
"@types/analytics-node": "^3.1.8",
"@types/eslint": "8.56.7",
"@types/fast-redact": "^3.0.1",
"@types/fs-extra": "^11.0.1",
"@types/jenkins": "^0.23.2",
"@types/jest": "^29.5.10",
"@types/jsonwebtoken": "^9.0.1",
"@types/lodash": "^4.14.173",
"@types/luxon": "^3.4.2",
"@types/node": "^18.11.9",
"@types/parse-link-header": "^2.0.0",
"@types/toposort": "^2.0.3",
"@types/traverse": "^0.6.32",
"@types/turndown": "^5.0.1",
"@types/uuid": "^9.0.1",
"@types/verror": "^1.10.5",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.1",
"jest": "^29.7.0",
"jest-extended": "^4.0.2",
"lerna": "^6.6.2",
"lint-staged": "^15.2.0",
"mockttp": "^3.9.2",
"pino-pretty": "^10.2.0",
"prettier": "^3.2.5",
"tmp-promise": "^3.0.3",
"ts-essentials": "^9.1.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.8.1",
"typescript": "^5.3.3"
},
"overrides": {
"axios": "^1.7.4",
"degenerator": "^5.0.0",
"protobufjs": "^7.2.6",
"semver": "^7.5.4",
"markdown-it": "^14.0.0"
}
}