mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-28 08:49:11 -05:00
81 lines
2.4 KiB
JSON
81 lines
2.4 KiB
JSON
{
|
|
"name": "@pnpm/plugin-commands-store",
|
|
"version": "5.1.3",
|
|
"description": "Commands for controlling the store",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=14.19"
|
|
},
|
|
"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=7779 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:5.0.2",
|
|
"@pnpm/logger": "^4.0.0",
|
|
"@pnpm/plugin-commands-store": "workspace:5.1.3",
|
|
"@pnpm/prepare": "workspace:*",
|
|
"@pnpm/registry-mock": "2.16.0",
|
|
"@types/archy": "0.0.31",
|
|
"@types/ramda": "0.27.39",
|
|
"@types/ssri": "^7.1.0",
|
|
"@zkochan/rimraf": "^2.1.2",
|
|
"execa": "npm:safe-execa@^0.1.1",
|
|
"path-exists": "^4.0.0",
|
|
"ssri": "^8.0.1",
|
|
"tempy": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/cafs": "workspace:4.0.2",
|
|
"@pnpm/cli-utils": "workspace:0.7.4",
|
|
"@pnpm/config": "workspace:15.1.1",
|
|
"@pnpm/error": "workspace:3.0.1",
|
|
"@pnpm/get-context": "workspace:6.1.1",
|
|
"@pnpm/lockfile-utils": "workspace:4.0.2",
|
|
"@pnpm/normalize-registries": "workspace:3.0.1",
|
|
"@pnpm/parse-wanted-dependency": "workspace:3.0.0",
|
|
"@pnpm/pick-registry-for-package": "workspace:3.0.1",
|
|
"@pnpm/store-connection-manager": "workspace:4.1.3",
|
|
"@pnpm/store-controller-types": "workspace:13.0.1",
|
|
"@pnpm/store-path": "workspace:6.0.0",
|
|
"@pnpm/types": "workspace:8.0.1",
|
|
"archy": "^1.0.0",
|
|
"dependency-path": "workspace:9.1.1",
|
|
"dint": "^5.1.0",
|
|
"load-json-file": "^6.2.0",
|
|
"p-filter": "^2.1.0",
|
|
"ramda": "^0.27.1",
|
|
"render-help": "^1.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^4.0.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"exports": {
|
|
".": "./lib/index.js"
|
|
}
|
|
}
|