{
  "name": "azlint",
  "version": "0.0.8",
  "description": "Automatically report issues with your Azure resources",
  "author": "Pascal",
  "license": "MIT",
  "main": "lib/linter.js",
  "bin": {
    "azlint": "bin/azlint.js"
  },
  "files": [
    "bin",
    "lib",
    "messages",
    "example-config.json",
    "yarn.lock"
  ],
  "scripts": {
    "build": "tsc && chmod +x bin/azlint.js",
    "prepublish": "yarn build",
    "watch": "tsc --watch",
    "test": "NODE_ENV=test mocha --require ts-node/register tests/*.test.ts tests/**/*.test.ts"
  },
  "dependencies": {
    "argparse": "^1.0.7",
    "azure-arm-compute": "^9.1.0",
    "azure-arm-monitor": "^5.4.0",
    "azure-arm-resource": "^7.3.0",
    "azure-asm-subscription": "^0.11.0",
    "azure-graph": "^4.3.0",
    "colors": "^1.3.3",
    "dayjs": "^1.8.10",
    "humanize-duration": "^3.18.0",
    "js-yaml": "^3.13.0",
    "moment": "^2.24.0",
    "ms-rest": "^2.5.0",
    "ms-rest-azure": "^2.6.0"
  },
  "devDependencies": {
    "@types/argparse": "^1.0.36",
    "@types/chai": "^4.1.7",
    "@types/js-yaml": "^3.12.0",
    "@types/mocha": "^5.2.6",
    "chai": "^4.2.0",
    "mocha": "^6.0.2",
    "prettier": "^1.16.4",
    "ts-node": "^8.0.3",
    "typescript": "^3.3.4000"
  }
}
