Files
pnpm/cli/common-cli-options-help/package.json
2024-04-09 17:14:05 +02:00

38 lines
925 B
JSON

{
"name": "@pnpm/common-cli-options-help",
"version": "2.0.0",
"description": "Help for some common CLI options",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=18.12"
},
"scripts": {
"lint": "eslint \"src/**/*.ts\"",
"test": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"compile": "tsc --build && pnpm run lint --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/main/cli/common-cli-options-help",
"keywords": [
"pnpm9",
"pnpm"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/main/cli/common-cli-options-help#readme",
"funding": "https://opencollective.com/pnpm",
"devDependencies": {
"@pnpm/common-cli-options-help": "workspace:*"
},
"exports": {
".": "./lib/index.js"
}
}