-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.26 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
{
"name": "root",
"private": true,
"scripts": {
"bump": "lerna version --force-publish --no-git-tag-version --preid rc",
"build": "lerna run build",
"clean": "lerna run clean && rm -rf node_modules out",
"lint": "lerna run lint",
"prepare": "lerna bootstrap && husky install",
"test": "lerna run test -- -- --color",
"test-cov": "lerna run test -- -- --coverage --color"
},
"workspaces": [
"faros-airbyte-cdk",
"destinations/**",
"sources/**"
],
"devDependencies": {
"@types/eslint": "^7.28.2",
"@types/fast-redact": "^3.0.1",
"@types/jest": "^27.0.2",
"@types/lodash": "^4.14.173",
"@types/node": "^14.14.45",
"@types/pino": "^6.3.12",
"@types/temp": "^0.9.1",
"@types/verror": "^1.10.5",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"eslint": "^8.1.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^7.0.4",
"jest": "^27.3.1",
"jest-extended": "^1.1.0",
"lerna": "^4.0.0",
"lint-staged": "^11.2.6",
"mockttp": "^2.3.1",
"prettier": "^2.4.1",
"pino-pretty": "^7.1.0",
"temp": "^0.9.4",
"ts-essentials": "^8.1.0",
"ts-jest": "^27.0.7",
"ts-node": "^10.4.0",
"typescript": "^4.4.3"
}
}