forked from vltpkg/vltpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.08 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.08 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
{
"name": "@vltpkg/vltpkg",
"version": "1.0.0-rc.18",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/vltpkg/vltpkg.git"
},
"author": "vlt technology inc. <support@vlt.sh> (http://vlt.sh)",
"devDependencies": {
"@eslint/js": "catalog:",
"@types/node": "catalog:",
"@types/semver": "catalog:",
"@types/ssri": "catalog:",
"@typescript-eslint/types": "^8.49.0",
"@typescript-eslint/utils": "^8.49.0",
"@vltpkg/benchmark": "workspace:*",
"@vltpkg/cli-sdk": "workspace:*",
"@vltpkg/graph": "workspace:*",
"@vltpkg/infra-build": "workspace:*",
"@vltpkg/query": "workspace:*",
"@vltpkg/semver": "workspace:*",
"@vltpkg/types": "workspace:*",
"eslint": "catalog:",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^61.5.0",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^16.5.0",
"knip": "^5.73.0",
"prettier": "catalog:",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"semver": "catalog:",
"ssri": "catalog:",
"taze": "^19.9.2",
"typescript": "catalog:",
"typescript-eslint": "catalog:"
},
"license": "BSD-2-Clause-Patent",
"engines": {
"node": ">=22.9.0"
},
"scripts": {
"build:bundle": "vlt-build --outdir=.build-bundle bundle",
"build:compile": "vlt-build --outdir=.build-compile --quiet compile",
"deps:check": "./scripts/check-deps.ts",
"fix": "vlr fix:pkg && vlr lint && vlr format",
"fix:pkg": "./scripts/consistent-package-json.ts",
"format": "prettier --write . --log-level warn --ignore-path ./.prettierignore --cache",
"format:check": "prettier --check . --ignore-path ./.prettierignore --cache",
"knip": "knip",
"lint": "eslint . --fix",
"lint:check": "eslint .",
"taze": "taze",
"vlr": "./scripts/bins/vlr",
"vlrx": "./scripts/bins/vlrx",
"vlt": "./scripts/bins/vlt",
"vlx": "./scripts/bins/vlx",
"vlxl": "./scripts/bins/vlxl"
},
"prettier": "./.prettierrc.js",
"type": "module"
}