UNPKG

vlt

Version:
130 lines (129 loc) 3.4 kB
{ "name": "@vltpkg/cli-sdk", "description": "The source for the vlt CLI", "version": "0.0.0-20", "repository": { "type": "git", "url": "git+https://github.com/vltpkg/vltpkg.git", "directory": "src/cli-sdk" }, "tshy": { "selfLink": false, "liveDev": true, "dialects": [ "esm" ], "exports": { "./package.json": "./package.json", ".": "./src/index.ts", "./config": "./src/config/index.ts", "./definition": "./src/config/definition.ts", "./view": "./src/view.ts" } }, "dependencies": { "@vltpkg/config": "workspace:*", "@vltpkg/dep-id": "workspace:*", "@vltpkg/dot-prop": "workspace:*", "@vltpkg/error-cause": "workspace:*", "@vltpkg/git": "workspace:*", "@vltpkg/graph": "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", "graph-run": "catalog:", "ink": "^5.2.1", "ink-spinner": "^5.0.0", "jackspeak": "^4.1.1", "lz-string": "catalog:", "minimatch": "catalog:", "package-json-from-dist": "catalog:", "path-scurry": "catalog:", "pretty-bytes": "^6.1.1", "react": "^18.3.1", "react-devtools-core": "^4.28.5", "ssri": "catalog:", "supports-color": "^10.0.0", "tar": "catalog:" }, "devDependencies": { "@eslint/js": "catalog:", "@types/node": "catalog:", "@types/react": "^18.3.23", "@types/ssri": "catalog:", "eslint": "catalog:", "prettier": "catalog:", "tap": "catalog:", "tshy": "catalog:", "typedoc": "catalog:", "typescript": "catalog:", "typescript-eslint": "catalog:" }, "license": "BSD-2-Clause-Patent", "engines": { "node": ">=22" }, "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": "tshy", "snap": "tap", "test": "tap", "posttest": "tsc --noEmit", "tshy": "tshy", "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" ] }