{ "name": "@pnpm/plugin-commands-store", "version": "8.0.15", "description": "Commands for controlling the store", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "!*.map" ], "engines": { "node": ">=16.14" }, "scripts": { "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"", "_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7782 jest", "test": "pnpm run compile && pnpm run _test", "prepublishOnly": "pnpm run compile", "compile": "tsc --build && pnpm run lint --fix" }, "repository": "https://github.com/pnpm/pnpm/blob/main/store/plugin-commands-store", "keywords": [ "pnpm8", "pnpm", "scripts" ], "license": "MIT", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/store/plugin-commands-store#readme", "devDependencies": { "@pnpm/assert-store": "workspace:*", "@pnpm/lockfile-file": "workspace:*", "@pnpm/plugin-commands-store": "workspace:*", "@pnpm/prepare": "workspace:*", "@pnpm/registry-mock": "3.11.0", "@types/archy": "0.0.32", "@types/ramda": "0.28.20", "@types/ssri": "^7.1.1", "@zkochan/rimraf": "^2.1.3", "execa": "npm:safe-execa@0.1.2", "path-exists": "^4.0.0", "ssri": "10.0.4", "tempy": "^1.0.1" }, "dependencies": { "@pnpm/cli-utils": "workspace:*", "@pnpm/config": "workspace:*", "@pnpm/dependency-path": "workspace:*", "@pnpm/error": "workspace:*", "@pnpm/get-context": "workspace:*", "@pnpm/lockfile-utils": "workspace:*", "@pnpm/normalize-registries": "workspace:*", "@pnpm/parse-wanted-dependency": "workspace:*", "@pnpm/pick-registry-for-package": "workspace:*", "@pnpm/store-connection-manager": "workspace:*", "@pnpm/store-controller-types": "workspace:*", "@pnpm/store-path": "workspace:*", "@pnpm/store.cafs": "workspace:*", "@pnpm/types": "workspace:*", "archy": "^1.0.0", "dint": "^5.1.0", "load-json-file": "^6.2.0", "p-filter": "^2.1.0", "ramda": "npm:@pnpm/ramda@0.28.1", "render-help": "^1.0.3" }, "peerDependencies": { "@pnpm/logger": "^5.0.0" }, "funding": "https://opencollective.com/pnpm", "exports": { ".": "./lib/index.js" } }