-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
70 lines (70 loc) · 1.59 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
{
"name": "update-ts-references",
"version": "3.4.0",
"description": "Updates TypeScript references automatically while using workspaces",
"bin": "src/index.js",
"scripts": {
"lint": "eslint src tests",
"test": "scripts/prepareTests.sh && jest tests",
"jest": "jest tests"
},
"contributors": [
{
"name": "Mirko Kruschke",
"email": "mirko.kruschke@gmail.com"
},
{
"name": "Juan Picado",
"email": "juanpicado19@gmail.com"
}
],
"dependencies": {
"@formatjs/cli": "^2.3.1",
"comment-json": "^4.2.3",
"glob": "^7.1.6",
"js-yaml": "^4.0.0",
"minimatch": "^3.0.5",
"minimist": "^1.2.5",
"mkdirp": "^1.0.4"
},
"devDependencies": {
"eslint": "^7.7.0",
"eslint-plugin-jest": "^23.20.0",
"exec-sh": "^0.3.4",
"jest": "^26.4.0"
},
"engines": {
"node": ">=14.0.0"
},
"license": "MIT",
"keywords": [
"typescript",
"project references",
"tool",
"util",
"yarn",
"pnpm",
"workspaces",
"lerna",
"monorepo",
"packages",
"npm",
"automatic"
],
"repository": {
"type": "git",
"url": "https://github.com/eBayClassifiedsGroup/update-ts-references.git"
},
"bugs": {
"url": "https://github.com/eBayClassifiedsGroup/update-ts-references/issues"
},
"homepage": "https://github.com/eBayClassifiedsGroup/update-ts-references",
"jest": {
"verbose": true,
"modulePathIgnorePatterns": [
"<rootDir>/test-scenarios/",
"<rootDir>/test-run/"
]
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}