UNPKG

@pnpm/cli-utils

Version:
58 lines 1.48 kB
{ "name": "@pnpm/cli-utils", "version": "1000.0.16", "description": "Utils for pnpm commands", "keywords": [ "pnpm", "pnpm10" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/blob/main/cli/cli-utils", "homepage": "https://github.com/pnpm/pnpm/blob/main/cli/cli-utils#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "dependencies": { "chalk": "^4.1.2", "load-json-file": "^6.2.0", "@pnpm/cli-meta": "1000.0.4", "@pnpm/config": "1002.5.3", "@pnpm/error": "1000.0.2", "@pnpm/default-reporter": "1001.3.7", "@pnpm/manifest-utils": "1000.0.6", "@pnpm/read-project-manifest": "1000.0.7", "@pnpm/package-is-installable": "1000.0.6", "@pnpm/types": "1000.2.1" }, "peerDependencies": { "@pnpm/logger": ">=5.1.0 <1001.0.0" }, "devDependencies": { "@types/ramda": "0.29.12", "@pnpm/cli-utils": "1000.0.16", "@pnpm/logger": "1000.0.0", "@pnpm/prepare": "0.0.113" }, "engines": { "node": ">=18.12" }, "jest": { "preset": "@pnpm/jest-config" }, "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "compile": "tsc --build && pnpm run lint --fix", "test": "pnpm run compile && pnpm run _test", "_test": "jest" } }