@oclif/parser
Version:
arg and flag parser for oclif
52 lines • 1.45 kB
JSON
{
"name": "@oclif/parser",
"description": "arg and flag parser for oclif",
"version": "3.8.17",
"author": "Salesforce",
"bugs": "https://github.com/oclif/parser/issues",
"dependencies": {
"@oclif/errors": "^1.3.6",
"@oclif/linewrap": "^1.0.0",
"chalk": "^4.1.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/mocha": "^8.2.3",
"@types/nock": "^11.1.0",
"@types/node": "^14.18.54",
"@types/node-notifier": "^8.0.2",
"@types/read-pkg": "^5.1.0",
"chai": "^4.3.7",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^7.3.1",
"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
"mocha": "^8.2.1",
"ts-node": "^9.0.0",
"typescript": "3.9.10"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/lib"
],
"homepage": "https://github.com/oclif/parser",
"keywords": [
"oclif"
],
"license": "MIT",
"main": "lib/index.js",
"repository": "oclif/parser",
"scripts": {
"build": "rm -rf lib && tsc",
"lint": "eslint . --ext .ts --config .eslintrc",
"posttest": "yarn lint",
"prepublishOnly": "yarn run build",
"test": "mocha --no-color --forbid-only \"test/**/*.test.ts\"",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"pretest": "yarn build --noEmit && tsc -p test --noEmit"
},
"types": "lib/index.d.ts"
}