vlt
Version:
The vlt CLI
120 lines (119 loc) • 3.33 kB
JSON
{
"name": "@vltpkg/cli-sdk",
"description": "The source for the vlt CLI",
"version": "1.0.0-rc.13",
"repository": {
"type": "git",
"url": "git+https://github.com/vltpkg/vltpkg.git",
"directory": "src/cli-sdk"
},
"author": "vlt technology inc. <support@vlt.sh> (http://vlt.sh)",
"dependencies": {
"@vltpkg/config": "workspace:*",
"@vltpkg/dep-id": "workspace:*",
"@vltpkg/dot-prop": "workspace:*",
"@vltpkg/error-cause": "workspace:*",
"@vltpkg/git": "workspace:*",
"@vltpkg/graph": "workspace:*",
"@vltpkg/graph-run": "workspace:*",
"@vltpkg/init": "workspace:*",
"@vltpkg/output": "workspace:*",
"@vltpkg/package-info": "workspace:*",
"@vltpkg/package-json": "workspace:*",
"@vltpkg/promise-spawn": "workspace:*",
"@vltpkg/query": "workspace:*",
"@vltpkg/registry-client": "workspace:*",
"@vltpkg/rollback-remove": "workspace:*",
"@vltpkg/run": "workspace:*",
"@vltpkg/security-archive": "workspace:*",
"@vltpkg/server": "workspace:*",
"@vltpkg/spec": "workspace:*",
"@vltpkg/types": "workspace:*",
"@vltpkg/url-open": "workspace:*",
"@vltpkg/vlt-json": "workspace:*",
"@vltpkg/vlx": "workspace:*",
"@vltpkg/workspaces": "workspace:*",
"@vltpkg/xdg": "workspace:*",
"ansi-to-pre": "^1.0.6",
"chalk": "^5.6.2",
"hosted-git-info": "^9.0.2",
"ink": "^6.5.1",
"ink-spinner": "^5.0.0",
"jackspeak": "^4.1.1",
"lz-string": "catalog:",
"minimatch": "catalog:",
"package-json-from-dist": "catalog:",
"path-scurry": "catalog:",
"polite-json": "catalog:",
"pretty-bytes": "^7.1.0",
"react": "^19.2.1",
"react-devtools-core": "^4.28.5",
"react-dom": "^19.2.1",
"signal-exit": "^4.1.0",
"ssri": "catalog:",
"supports-color": "^10.2.2",
"tar": "catalog:"
},
"devDependencies": {
"@eslint/js": "catalog:",
"@types/node": "catalog:",
"@types/react": "^18.3.27",
"@types/ssri": "catalog:",
"eslint": "catalog:",
"prettier": "catalog:",
"tap": "catalog:",
"typedoc": "catalog:",
"typescript": "catalog:",
"typescript-eslint": "catalog:"
},
"license": "BSD-2-Clause-Patent",
"engines": {
"node": ">=22.9.0"
},
"scripts": {
"format": "prettier --write . --log-level warn --ignore-path ../../.prettierignore --cache",
"format:check": "prettier --check . --ignore-path ../../.prettierignore --cache",
"lint": "eslint . --fix",
"lint:check": "eslint .",
"prepack": "tsc -p tsconfig.publish.json && ../../scripts/update-dist-exports.ts",
"snap": "tap",
"test": "tap",
"posttest": "tsc --noEmit",
"typecheck": "tsc --noEmit"
},
"tap": {
"extends": "../../tap-config.yaml"
},
"prettier": "../../.prettierrc.js",
"module": "./src/index.ts",
"type": "module",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"default": "./src/index.ts"
}
},
"./config": {
"import": {
"default": "./src/config/index.ts"
}
},
"./definition": {
"import": {
"default": "./src/config/definition.ts"
}
},
"./view": {
"import": {
"default": "./src/view.ts"
}
}
},
"files": [
"dist"
],
"keywords": [
"vltpkg"
]
}