{
  "name": "@anycli/parser",
  "description": "arg and flag parser for anycli",
  "version": "3.2.6",
  "author": "Jeff Dickey @jdxcode",
  "bugs": "https://github.com/anycli/parser/issues",
  "dependencies": {},
  "devDependencies": {
    "@anycli/errors": "^0.2.0",
    "@anycli/tslint": "^0.2.5",
    "@heroku/linewrap": "^1.0.0",
    "@types/chai": "^4.1.2",
    "@types/mocha": "^2.2.48",
    "@types/nock": "^9.1.2",
    "@types/node": "^9.4.0",
    "@types/node-notifier": "^0.0.28",
    "@types/read-pkg": "^3.0.0",
    "chai": "^4.1.2",
    "chalk": "^2.3.0",
    "concurrently": "^3.5.1",
    "eslint": "^4.17.0",
    "eslint-config-anycli": "^1.3.2",
    "husky": "^0.14.3",
    "mocha": "^5.0.0",
    "ts-node": "^4.1.0",
    "typescript": "^2.7.1"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/lib"
  ],
  "homepage": "https://github.com/anycli/parser",
  "keywords": [
    "anycli"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "repository": "anycli/parser",
  "scripts": {
    "build": "rm -rf lib && tsc",
    "lint": "yarn run build && concurrently -p command \"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"
}
