UNPKG

@pnpm/cli-utils

Version:
63 lines 1.68 kB
{ "name": "@pnpm/cli-utils", "version": "1001.3.0", "description": "Utils for pnpm commands", "keywords": [ "pnpm", "pnpm10" ], "license": "MIT", "funding": "https://opencollective.com/pnpm", "repository": "https://github.com/pnpm/pnpm/tree/main/cli/cli-utils", "homepage": "https://github.com/pnpm/pnpm/tree/main/cli/cli-utils#readme", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "type": "commonjs", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": "./lib/index.js" }, "files": [ "lib", "!*.map" ], "dependencies": { "@pnpm/util.lex-comparator": "^3.0.2", "chalk": "^4.1.2", "load-json-file": "^6.2.0", "@pnpm/cli-meta": "1000.0.16", "@pnpm/config": "1004.9.2", "@pnpm/config.deps-installer": "1000.1.0", "@pnpm/error": "1000.0.5", "@pnpm/manifest-utils": "1002.0.4", "@pnpm/default-reporter": "1002.1.7", "@pnpm/package-is-installable": "1000.0.20", "@pnpm/pnpmfile": "1002.1.11", "@pnpm/read-project-manifest": "1001.2.4", "@pnpm/store-connection-manager": "1002.3.11", "@pnpm/types": "1001.3.0" }, "peerDependencies": { "@pnpm/logger": ">=1001.0.0 <1002.0.0" }, "devDependencies": { "@types/ramda": "0.29.12", "@pnpm/cli-utils": "1001.3.0", "@pnpm/logger": "1001.0.1", "@pnpm/prepare": "1000.0.12" }, "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" } }