Files
pnpm/packages/parse-cli-args/package.json
2020-08-22 14:19:32 +03:00

42 lines
1.2 KiB
JSON

{
"name": "@pnpm/parse-cli-args",
"version": "3.1.2",
"description": "Parses the CLI args passed to 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",
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/parse-cli-args/coverage ts-node packages/parse-cli-args/test --type-check",
"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/parse-cli-args",
"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/parse-cli-args#readme",
"devDependencies": {
"@pnpm/parse-cli-args": "link:",
"@types/nopt": "^3.0.29"
},
"dependencies": {
"@pnpm/find-workspace-dir": "workspace:1.0.1",
"didyoumean2": "^4.1.0",
"nopt": "^5.0.0"
},
"funding": "https://opencollective.com/pnpm"
}