forked from faros-ai/airbyte-connectors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.38 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": "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.4.2",
"@types/fast-redact": "^3.0.1",
"@types/fs-extra": "^9.0.13",
"@types/jenkins": "^0.23.2",
"@types/jest": "^27.5.0",
"@types/lodash": "^4.14.173",
"@types/luxon": "^3.0.0",
"@types/node": "^16.11.41",
"@types/parse-link-header": "2.0.0",
"@types/pino": "^7.0.5",
"@types/toposort": "^2.0.3",
"@types/traverse": "^0.6.32",
"@types/turndown": "^5.0.1",
"@types/uuid": "^8.3.4",
"@types/verror": "^1.10.5",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint": "^8.17.0",
"husky": "^8.0.1",
"jest-extended": "^3.0.2",
"jest": "^27.4.7",
"lerna": "^5.1.4",
"lint-staged": "^13.0.3",
"mockttp": "^3.0.0",
"pino-pretty": "^9.0.1",
"prettier": "^2.6.2",
"tmp-promise": "^3.0.3",
"ts-essentials": "^9.1.2",
"ts-jest": "^27.1.3",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
}
}