{
  "name": "heroku-admin-util",
  "description": "A Heroku plugin extending the Heroku CLI powered by OCLIF to get data related to access, addons and apps which can we used by Heroku Admins of large teams/enterprsies to manage and roster their Heroku applications",
  "version": "1.0.8",
  "author": "Jubin Patel",
  "bugs": "https://github.com/jubinpatel1992/heroku-admin-util/issues",
  "dependencies": {
    "@heroku-cli/command": "^8.2.6",
    "@oclif/command": "^1.5.8",
    "@oclif/config": "^1.12.4",
    "cli-ux": "^5.1.0",
    "excel4node": "^1.7.0"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1.21.0",
    "@oclif/plugin-help": "^2.1.6",
    "eslint": "^5.13.0",
    "eslint-config-oclif": "^3.1.0",
    "globby": "^8.0.2",
    "rimraf": "^2.6.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json",
    "/src"
  ],
  "homepage": "https://github.com/jubinpatel1992/heroku-admin-util",
  "keywords": [
    "oclif-plugin",
    "oclif",
    "heroku",
    "heroku-plugin",
    "heroku-cli",
    "heroku-cli-plugin"
  ],
  "license": "MIT",
  "oclif": {
    "commands": "./src/commands",
    "bin": "oclif-example",
    "devPlugins": [
      "@oclif/plugin-help"
    ]
  },
  "repository": "https://github.com/jubinpatel1992/heroku-admin-util",
  "scripts": {
    "postpack": "rimraf oclif.manifest.json",
    "posttest": "eslint .",
    "prepack": "oclif-dev manifest",
    "test": "echo NO TESTS",
    "version": "README.md"
  }
}
