{ "name": "@oclif/parser", "description": "arg and flag parser for oclif", "version": "3.7.0", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/oclif/parser/issues", "dependencies": { "@oclif/linewrap": "^1.0.0", "chalk": "^2.4.1", "tslib": "^1.9.3" }, "devDependencies": { "@oclif/errors": "^1.2.2", "@oclif/tslint": "^3.1.0", "@types/chai": "^4.1.6", "@types/mocha": "^5.2.5", "@types/nock": "^9.3.0", "@types/node": "^10.11.7", "@types/node-notifier": "^0.0.28", "@types/read-pkg": "^3.0.0", "chai": "^4.2.0", "eslint": "^5.7.0", "eslint-config-oclif": "^3.1.0", "mocha": "^5.2.0", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "^3.1.3" }, "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": "yarn run build && eslint . && tsc -p test --noEmit && tslint -p test", "posttest": "yarn run lint", "prepublishOnly": "yarn run build", "test": "mocha --forbid-only \"test/**/*.test.ts\"" }, "types": "lib/index.d.ts" }