{
  "name": "apigeelint",
  "version": "2.1.0",
  "description": "Node module to lint and Apigee Edge bundle.",
  "main": "function.js",
  "bin": {
    "apigeelint": "./cli.js"
  },
  "scripts": {
    "test": "mocha",
    "coverage": "nyc mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/apigee/apigeelint"
  },
  "keywords": [
    "API",
    "bundle",
    "lint",
    "linter",
    "Apigee",
    "Edge"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apigee/apigeelint/issues"
  },
  "private": false,
  "dependencies": {
    "babel-code-frame": "latest",
    "chalk": "latest",
    "commander": "^2.9.0",
    "debug": "latest",
    "decache": "latest",
    "decompress": "latest",
    "js-yaml": "latest",
    "eslint": "latest",
    "jshint": "^2.10.1",
    "jsonschema": "latest",
    "lodash": "latest",
    "minimatch": "^3.0.4",
    "node-find-folder": ">=0.1.25",
    "path": ">= 0.11.14",
    "pluralize": "latest",
    "request": "latest",
    "table": "latest",
    "text-table": "latest",
    "util": "^0.10.3",
    "xmldom": ">= 0.1.22",
    "xpath": "latest",
    "strip-ansi": "5.2.0",
    "pdfmake": "latest"
  },
  "devDependencies": {
    "async": "^2.5.0",
    "codacy-coverage": "^2.0.2",
    "mocha": "^6.0.2",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^15.1.0"
  }
}
