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
60 lines (60 loc) · 1.06 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.06 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
{
"name": "vlt",
"description": "The vlt CLI",
"version": "1.0.0-rc.18",
"repository": {
"type": "git",
"url": "git+https://github.com/vltpkg/vltpkg.git",
"directory": "infra/cli"
},
"author": "vlt technology inc. <support@vlt.sh> (http://vlt.sh)",
"devDependencies": {
"@vltpkg/infra-build": "workspace:*"
},
"license": "BSD-2-Clause-Patent",
"engines": {
"node": ">=22.9.0"
},
"scripts": {
"prepack": "vlt-build-prepack"
},
"keywords": [
"vlt",
"package",
"manager",
"cli",
"install",
"dependency",
"dependencies",
"gui",
"graph",
"run",
"build",
"distribute",
"publish",
"npm",
"pnpm",
"yarn",
"bun",
"deno",
"node",
"javascript",
"typescript",
"maintence",
"module",
"cjs",
"esm",
"init",
"create",
"project",
"workspace",
"monorepo",
"registry",
"vsr"
],
"publishConfig": {
"directory": "./.build-publish"
},
"bugs": "https://github.com/vltpkg/vltpkg/issues",
"homepage": "https://vlt.sh"
}