mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-06 21:22:05 -05:00
82 lines
2.7 KiB
JSON
82 lines
2.7 KiB
JSON
{
|
|
"name": "@pnpm/plugin-commands-store",
|
|
"version": "2.0.0-alpha.2",
|
|
"description": "Commands for controlling the store",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"!*.map"
|
|
],
|
|
"engines": {
|
|
"node": ">=10.13"
|
|
},
|
|
"scripts": {
|
|
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
|
|
"registry-mock": "registry-mock",
|
|
"test:tap": "cd ../.. && c8 --reporter lcov --reports-dir packages/plugin-commands-store/coverage ts-node packages/plugin-commands-store/test --type-check",
|
|
"test:e2e": "registry-mock prepare && run-p -r registry-mock test:tap",
|
|
"_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7779 pnpm run test:e2e",
|
|
"test": "pnpm run compile && pnpm run _test",
|
|
"prepublishOnly": "pnpm run compile",
|
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build"
|
|
},
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-store",
|
|
"keywords": [
|
|
"pnpm",
|
|
"scripts"
|
|
],
|
|
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/plugin-commands-store#readme",
|
|
"devDependencies": {
|
|
"@pnpm/assert-store": "workspace:1.0.0",
|
|
"@pnpm/lockfile-file": "workspace:3.0.8",
|
|
"@pnpm/logger": "3.2.2",
|
|
"@pnpm/plugin-commands-store": "link:",
|
|
"@pnpm/prepare": "workspace:0.0.1",
|
|
"@types/archy": "0.0.31",
|
|
"@types/common-tags": "^1.8.0",
|
|
"@types/ramda": "^0.27.4",
|
|
"@types/sinon": "^9.0.0",
|
|
"@types/ssri": "^6.0.2",
|
|
"@zkochan/rimraf": "1.0.0",
|
|
"execa": "4.0.0",
|
|
"load-json-file": "6.2.0",
|
|
"path-exists": "4.0.0",
|
|
"sinon": "9.0.2",
|
|
"ssri": "^8.0.0",
|
|
"tempy": "0.5.0"
|
|
},
|
|
"dependencies": {
|
|
"@pnpm/cafs": "workspace:^1.0.0-alpha.2",
|
|
"@pnpm/check-package": "3.0.1",
|
|
"@pnpm/cli-utils": "workspace:0.4.4",
|
|
"@pnpm/config": "workspace:8.3.0",
|
|
"@pnpm/error": "workspace:1.2.0",
|
|
"@pnpm/get-context": "workspace:1.2.1",
|
|
"@pnpm/lockfile-utils": "workspace:2.0.11",
|
|
"@pnpm/normalize-registries": "workspace:1.0.0",
|
|
"@pnpm/parse-wanted-dependency": "workspace:1.0.0",
|
|
"@pnpm/pick-registry-for-package": "workspace:1.0.0",
|
|
"@pnpm/store-connection-manager": "workspace:0.3.0-alpha.2",
|
|
"@pnpm/store-controller-types": "workspace:8.0.0-alpha.2",
|
|
"@pnpm/store-path": "^4.0.0-0",
|
|
"@pnpm/types": "workspace:5.0.0",
|
|
"archy": "1.0.0",
|
|
"common-tags": "1.8.0",
|
|
"dependency-path": "workspace:4.0.6",
|
|
"dint": "4.0.0",
|
|
"p-filter": "2.1.0",
|
|
"ramda": "0.27.0",
|
|
"render-help": "1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@pnpm/logger": "^3.1.0"
|
|
},
|
|
"funding": "https://opencollective.com/pnpm"
|
|
}
|