Files
pnpm/packages/plugin-commands-store/package.json
2022-07-21 18:17:01 +03:00

81 lines
2.4 KiB
JSON

{
"name": "@pnpm/plugin-commands-store",
"version": "5.1.23",
"description": "Commands for controlling the store",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=14.6"
},
"scripts": {
"lint": "eslint src/**/*.ts test/**/*.ts",
"registry-mock": "registry-mock",
"test:jest": "jest",
"test:e2e": "registry-mock prepare && run-p -r registry-mock test:jest",
"_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7781 pnpm run test:e2e",
"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/packages/plugin-commands-store",
"keywords": [
"pnpm7",
"pnpm",
"scripts"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-store#readme",
"devDependencies": {
"@pnpm/assert-store": "workspace:*",
"@pnpm/lockfile-file": "workspace:*",
"@pnpm/logger": "^4.0.0",
"@pnpm/plugin-commands-store": "workspace:*",
"@pnpm/prepare": "workspace:*",
"@pnpm/registry-mock": "2.20.0",
"@types/archy": "0.0.31",
"@types/ramda": "0.28.14",
"@types/ssri": "^7.1.1",
"@zkochan/rimraf": "^2.1.2",
"execa": "npm:safe-execa@^0.1.2",
"path-exists": "^4.0.0",
"ssri": "^8.0.1",
"tempy": "^1.0.1"
},
"dependencies": {
"@pnpm/cafs": "workspace:*",
"@pnpm/cli-utils": "workspace:*",
"@pnpm/config": "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/types": "workspace:*",
"archy": "^1.0.0",
"dependency-path": "workspace:*",
"dint": "^5.1.0",
"load-json-file": "^6.2.0",
"p-filter": "^2.1.0",
"ramda": "^0.28.0",
"render-help": "^1.0.2"
},
"peerDependencies": {
"@pnpm/logger": "^4.0.0"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
".": "./lib/index.js"
}
}