vlt
Version:
The vlt CLI
58 lines • 1.03 kB
JSON
{
"name": "vlt",
"description": "The vlt CLI",
"version": "1.0.0-rc.3",
"repository": {
"type": "git",
"url": "git+https://github.com/vltpkg/vltpkg.git",
"directory": "infra/cli"
},
"author": "vlt technology inc. <support@vlt.sh> (http://vlt.sh)",
"license": "BSD-2-Clause-Patent",
"engines": {
"node": ">=22"
},
"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"
],
"bugs": "https://github.com/vltpkg/vltpkg/issues",
"homepage": "https://vlt.sh",
"bin": {
"vlxl": "./vlxl.js",
"vlr": "./vlr.js",
"vlrx": "./vlrx.js",
"vlt": "./vlt.js",
"vlx": "./vlx.js"
}
}