UNPKG

pncat

Version:

A unified cli tool that enhances package managers catalogs feature.

100 lines 2.41 kB
{ "name": "pncat", "type": "module", "version": "0.7.7", "description": "A unified cli tool that enhances package managers catalogs feature.", "author": "jinghaihan", "license": "MIT", "homepage": "https://github.com/jinghaihan/pncat#readme", "repository": { "type": "git", "url": "git+https://github.com/jinghaihan/pncat.git" }, "bugs": { "url": "https://github.com/jinghaihan/pncat/issues" }, "keywords": [ "pnpm", "yarn", "berry", "bun", "vlt", "catalog", "catalogs", "workspace" ], "exports": { ".": "./dist/index.mjs", "./cli": "./dist/cli.mjs", "./package.json": "./package.json" }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "bin": { "pncat": "./bin/pncat.mjs" }, "files": [ "bin", "dist" ], "dependencies": { "@clack/prompts": "^0.11.0", "ansis": "^4.2.0", "cac": "^6.7.14", "find-up-simple": "^1.0.1", "p-retry": "^7.1.0", "package-manager-detector": "^1.6.0", "pathe": "^2.0.3", "pnpm-workspace-yaml": "^1.3.0", "tinyexec": "^1.0.2", "unconfig": "^7.4.1" }, "devDependencies": { "@antfu/eslint-config": "^6.3.0", "@antfu/utils": "^9.3.0", "@npmcli/config": "^10.4.4", "@types/lodash.clonedeep": "^4.5.9", "@types/node": "^24.10.1", "@types/npm-package-arg": "^6.1.4", "@types/npm-registry-fetch": "^8.0.9", "@types/semver": "^7.7.1", "bumpp": "^10.3.2", "deepmerge": "^4.3.1", "detect-indent": "^7.0.2", "diff": "^8.0.2", "eslint": "^9.39.1", "fast-npm-meta": "^0.4.7", "lint-staged": "^16.2.7", "lodash.clonedeep": "^4.5.0", "npm-package-arg": "^13.0.2", "npm-registry-fetch": "^19.1.1", "semver": "^7.7.3", "simple-git-hooks": "^2.13.1", "taze": "^19.9.2", "tildify": "^3.0.0", "tinyglobby": "^0.2.15", "tsdown": "^0.16.8", "tsx": "^4.21.0", "typescript": "^5.9.3", "ufo": "^1.6.1", "vitest": "^4.0.15", "pncat": "0.7.7" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" }, "lint-staged": { "*": "eslint --fix" }, "scripts": { "pncat": "tsx ./src/cli.ts", "build": "tsdown", "deps": "taze major -I", "lint": "eslint", "typecheck": "tsc --noEmit", "test": "vitest", "release": "bumpp", "bootstrap": "pnpm install" } }