{
  "name": "anypoint-cli-api-mgr-plugin",
  "description": "API Manager plugin",
  "version": "1.4.3",
  "author": "MuleSoft",
  "dependencies": {
    "@oclif/core": "1.26.1",
    "@oclif/plugin-version": "1.0.4",
    "@types/js-yaml": "^4.0.5",
    "anypoint-cli-command": "1.6.6",
    "fs-extra": "^10.1.0",
    "graphql-tag": "^2.12.6",
    "js-yaml": "^4.1.0",
    "moment": "^2.29.1",
    "url-join": "^4.0.1",
    "util": "^0.12.4",
    "table": "^6.7.1"
  },
  "overrides": {
    "braces": "3.0.3",
    "node-fetch": "2.6.8",
    "async": "3.2.6"
  },
  "devDependencies": {
    "@oclif/test": "^2",
    "@types/clone": "^2.1.1",
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.9.4",
    "chai": "^4",
    "clone": "^2.1.2",
    "eslint": "^7.32.0",
    "eslint-config-oclif": "^4.0.0",
    "eslint-config-oclif-typescript": "^1.0.2",
    "globby": "^11",
    "lodash": "^4.17.21",
    "mocha": "^9",
    "nyc": "^15.1.0",
    "oclif": "^2",
    "sinon": "^14.0.0",
    "ts-node": "^10.2.1",
    "tslib": "^2.3.1",
    "typescript": "^4.4.3"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "files": [
    "/lib",
    "/npm-shrinkwrap.json",
    "/oclif.manifest.json",
    "/yarn.lock"
  ],
  "homepage": "https://github.com/mulesoft/anypoint-cli-api-mgr-plugin",
  "keywords": [
    "oclif-plugin"
  ],
  "license": "ISC",
  "oclif": {
    "commands": "./lib/commands",
    "plugins": [
      "anypoint-cli-command",
      "@oclif/plugin-version"
    ],
    "additionalHelpFlags": [
      "-h"
    ],
    "additionalVersionFlags": [
      "-v"
    ],
    "topics": {
      "api-mgr": {
        "description": "Manage clients, policies, SLAs, traffic, and alerts."
      }
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mulesoft/anypoint-cli-api-mgr-plugin"
  },
  "scripts": {
    "build": "rm -rf lib && tsc -b && cp src/commands/api-mgr/alert/alert-templates.json lib/commands/api-mgr/alert/",
    "dev": "npm run build && oclif manifest && oclif readme",
    "buildAndRun": "npm run build && ./bin/run",
    "postpack": "rm -f oclif.manifest.json",
    "posttest": "eslint . --ext .ts --config .eslintrc --fix",
    "test": "XDG_CONFIG_HOME=. SPAWN_WRAP_SHIM_ROOT=. nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
    "localTest": "nyc --extension .ts mocha \"test/**/*.test.ts\""
  },
  "main": "lib/index.js"
}
