Files
pnpm/packages/plugin-commands-store/package.json
2020-01-31 02:45:08 +02:00

72 lines
2.1 KiB
JSON

{
"name": "@pnpm/plugin-commands-store",
"version": "0.1.4",
"description": "Commands for controlling the store",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"tsc": "rimraf lib && tsc",
"registry-mock": "registry-mock",
"test:tap": "ts-node test --type-check",
"pretest:e2e": "registry-mock prepare",
"test:e2e": "run-p -r registry-mock test:tap",
"test": "pnpm run tsc && cross-env PNPM_REGISTRY_MOCK_PORT=7778 pnpm run test:e2e",
"prepublishOnly": "pnpm run tsc"
},
"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://pnpm.js.org",
"devDependencies": {
"@pnpm/assert-store": "workspace:1.0.0",
"@pnpm/lockfile-file": "workspace:3.0.2",
"@pnpm/logger": "3.1.0",
"@pnpm/plugin-commands-store": "link:",
"@pnpm/prepare": "workspace:0.0.0",
"@types/archy": "0.0.31",
"@types/common-tags": "^1.8.0",
"@types/ramda": "^0.26.40",
"@types/sinon": "^7.5.1",
"@zkochan/rimraf": "1.0.0",
"execa": "4.0.0",
"load-json-file": "6.2.0",
"path-exists": "4.0.0",
"sinon": "8.1.1"
},
"dependencies": {
"@pnpm/check-package": "3.0.1",
"@pnpm/cli-utils": "workspace:0.3.2",
"@pnpm/config": "workspace:7.1.0",
"@pnpm/error": "workspace:1.0.0",
"@pnpm/get-context": "workspace:1.0.0",
"@pnpm/store-connection-manager": "workspace:0.2.10",
"@pnpm/store-controller-types": "workspace:7.0.0",
"@pnpm/store-path": "2.1.1",
"@pnpm/types": "workspace:5.0.0",
"@pnpm/utils": "workspace:0.12.3",
"archy": "1.0.0",
"common-tags": "1.8.0",
"dependency-path": "workspace:4.0.3",
"p-filter": "2.1.0",
"ramda": "0.26.1",
"render-help": "0.0.0"
},
"peerDependencies": {
"@pnpm/logger": "^3.1.0"
}
}