Files
pnpm/packages/plugin-commands-listing/package.json
2020-03-16 02:16:53 +02:00

64 lines
2.1 KiB
JSON

{
"name": "@pnpm/plugin-commands-listing",
"version": "1.0.0",
"description": "The list and why commands of pnpm",
"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-listing/coverage ts-node packages/plugin-commands-listing/test --type-check",
"test:e2e": "registry-mock prepare && run-p -r registry-mock test:tap",
"_test": "cross-env PNPM_REGISTRY_MOCK_PORT=7774 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-listing",
"keywords": [
"pnpm"
],
"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-listing#readme",
"devDependencies": {
"@pnpm/constants": "workspace:3.0.0",
"@pnpm/filter-workspace-packages": "workspace:2.0.5",
"@pnpm/logger": "^3.1.0",
"@pnpm/plugin-commands-installation": "workspace:*",
"@pnpm/plugin-commands-listing": "link:",
"@pnpm/prepare": "workspace:0.0.0",
"@types/common-tags": "1.8.0",
"@types/mz": "^2.7.0",
"@types/ramda": "^0.26.44",
"execa": "4.0.0",
"mz": "2.7.0",
"strip-ansi": "6.0.0",
"write-yaml-file": "3.0.1"
},
"dependencies": {
"@pnpm/cli-utils": "workspace:0.3.10",
"@pnpm/common-cli-options-help": "workspace:0.1.4",
"@pnpm/config": "workspace:8.1.1",
"@pnpm/error": "workspace:1.1.0",
"@pnpm/list": "workspace:4.0.19",
"@pnpm/types": "workspace:5.0.0",
"common-tags": "1.8.0",
"ramda": "0.27.0",
"render-help": "1.0.0"
},
"peerDependencies": {
"@pnpm/logger": "^3.1.0"
}
}