-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.51 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.51 KB
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
{
"name": "update-ts-references",
"version": "5.0.2",
"description": "Updates TypeScript references automatically while using workspaces",
"bin": "src/index.js",
"scripts": {
"lint": "eslint src tests",
"test": "scripts/prepareTests.sh && vitest run --no-file-parallelism",
"vitest": "vitest run --no-file-parallelism"
},
"contributors": [
{
"name": "Mirko Kruschke",
"email": "[email protected]"
},
{
"name": "Juan Picado",
"email": "[email protected]"
}
],
"dependencies": {
"comment-json": "^4.2.3",
"fast-glob": "^3.3.3",
"js-yaml": "^4.1.1",
"minimatch": "^9.0.5",
"minimist": "^1.2.5"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.0.3",
"exec-sh": "^0.3.4",
"vite": "^8.0.1",
"vitest": "^4.1.0"
},
"engines": {
"node": ">=22.13.0"
},
"license": "MIT",
"keywords": [
"typescript",
"intellisense",
"project references",
"tool",
"util",
"yarn",
"pnpm",
"workspaces",
"lerna",
"monorepo",
"packages",
"npm",
"automatic",
"update",
"rush"
],
"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",
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}