forked from vltpkg/vltpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvlt.json
More file actions
35 lines (35 loc) · 911 Bytes
/
vlt.json
File metadata and controls
35 lines (35 loc) · 911 Bytes
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
{
"workspaces": ["src/*", "infra/*", "www/*"],
"catalog": {
"@eslint/js": "^9.39.1",
"@types/node": "^22.19.2",
"@types/pacote": "^11.1.8",
"@types/semver": "^7.7.1",
"@types/ssri": "^7.1.5",
"eslint": "^9.39.1",
"lru-cache": "^11.2.4",
"lz-string": "^1.5.0",
"minimatch": "^10.1.1",
"p-retry": "^7.1.1",
"package-json-from-dist": "^1.0.1",
"pacote": "^21.0.4",
"path-scurry": "^2.0.1",
"polite-json": "^5.0.0",
"postcss-selector-parser": "^7.1.1",
"prettier": "^3.7.4",
"promise-call-limit": "^3.0.2",
"rimraf": "^6.1.2",
"semver": "^7.7.3",
"ssri": "^13.0.0",
"tap": "^21.5.0",
"tar": "^7.5.2",
"tshy": "^3.1.0",
"typedoc": "~0.27.9",
"typescript-eslint": "^8.49.0",
"typescript": "5.7.3",
"walk-up-path": "^4.0.0"
},
"config": {
"allow-scripts": "#tailwindcss, #esbuild, #node-pty"
}
}