{ "name": "@pnpm/cli-utils", "version": "0.2.0", "description": "Utils for pnpm commands", "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib" ], "engines": { "node": ">=10" }, "scripts": { "prepare": "rimraf node_modules/.bin/pnpm node_modules/.bin/pnpm.cmd node_modules/.bin/pnpm.ps1 node_modules/.bin/pnpm.sh", "lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", "tsc": "rimraf lib && tsc", "test": "pnpm run tsc && pnpm run lint && ts-node test --type-check", "prepublishOnly": "pnpm run tsc" }, "repository": "https://github.com/pnpm/pnpm/blob/master/packages/cli-utils", "keywords": [ "pnpm" ], "author": "Zoltan Kochan (https://www.kochan.io/)", "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://pnpm.js.org", "devDependencies": { "@pnpm/cli-utils": "link:", "@pnpm/logger": "^3.1.0", "@pnpm/types": "workspace:4.0.0", "@types/lru-cache": "^5.1.0", "@types/ramda": "^0.26.38", "pnpm": "link:../pnpm", "rimraf": "3.0.0", "tape": "4.11.0" }, "dependencies": { "@pnpm/config": "workspace:6.0.0", "@pnpm/default-resolver": "workspace:6.0.0", "@pnpm/package-is-installable": "workspace:4.0.0", "@pnpm/read-importer-manifest": "workspace:2.0.1", "@pnpm/utils": "workspace:0.12.1", "chalk": "3.0.0", "load-json-file": "6.2.0", "lru-cache": "5.1.1", "mem": "6.0.1", "ramda": "0.26.1", "version-selector-type": "2.0.1" }, "peerDependencies": { "@pnpm/logger": "^3.1.0", "pnpm": "*" } }