mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-10 03:07:30 -04:00
78 lines
2.3 KiB
JSON
78 lines
2.3 KiB
JSON
{
|
|
"name": "@pnpm/plugin-commands-store",
|
|
"version": "9.0.5",
|
|
"description": "Commands for controlling the store",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.12"
|
|
},
|
|
"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": [
|
|
"pnpm9",
|
|
"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/crypto.base32-hash": "workspace:*",
|
|
"@pnpm/lockfile-file": "workspace:*",
|
|
"@pnpm/plugin-commands-store": "workspace:*",
|
|
"@pnpm/prepare": "workspace:*",
|
|
"@pnpm/registry-mock": "3.30.0",
|
|
"@types/archy": "0.0.33",
|
|
"@types/ramda": "0.29.12",
|
|
"@types/ssri": "^7.1.5",
|
|
"@zkochan/rimraf": "^2.1.3",
|
|
"execa": "npm:safe-execa@0.1.2",
|
|
"path-exists": "^4.0.0",
|
|
"ssri": "10.0.5",
|
|
"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"
|
|
}
|
|
}
|