UNPKG

pncat

Version:

A unified cli tool that enhances package managers catalogs feature.

98 lines 2.34 kB
{ "name": "pncat", "type": "module", "version": "0.10.2", "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", "./rules": "./dist/rules.mjs", "./package.json": "./package.json" }, "types": "./dist/index.d.mts", "bin": { "pncat": "./bin/pncat.mjs" }, "files": [ "bin", "dist" ], "dependencies": { "@clack/prompts": "^1.0.0", "ansis": "^4.2.0", "cac": "^6.7.14", "find-up": "^8.0.0", "package-manager-detector": "^1.6.0", "pathe": "^2.0.3", "pnpm-workspace-yaml": "^1.5.0", "tinyexec": "^1.0.2", "tinyglobby": "^0.2.15", "unconfig": "^7.4.2" }, "devDependencies": { "@antfu/eslint-config": "^7.4.3", "@antfu/utils": "^9.3.0", "@npmcli/config": "^10.7.0", "@types/node": "^25.2.3", "@types/npm-package-arg": "^6.1.4", "@types/npm-registry-fetch": "^8.0.9", "@types/semver": "^7.7.1", "@vitest/coverage-v8": "^4.0.18", "bumpp": "^10.4.1", "deepmerge": "^4.3.1", "detect-indent": "^7.0.2", "diff": "^8.0.3", "eslint": "^10.0.0", "fast-npm-meta": "^1.2.1", "lint-staged": "^16.2.7", "npm-package-arg": "^13.0.2", "npm-registry-fetch": "^19.1.1", "p-retry": "^7.1.1", "semver": "^7.7.4", "simple-git-hooks": "^2.13.1", "taze": "^19.9.2", "tildify": "^3.0.0", "tsdown": "^0.20.3", "tsx": "^4.21.0", "typescript": "^5.9.3", "ufo": "^1.6.3", "vitest": "^4.0.18", "pncat": "0.10.2" }, "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" } }