{
  "name": "anypoint-cli-runtime-mgr-plugin",
  "description": "runtime-mgr plugin",
  "version": "1.0.9",
  "author": "Mulesoft",
  "dependencies": {
    "@oclif/core": "1.26.1",
    "@oclif/plugin-version": "1.0.4",
    "@types/semver": "^7.7.1",
    "anypoint-cli-command": "1.6.6",
    "form-data": "^4.0.0",
    "fs-extra": "^10.1.0",
    "moment": "^2.29.1",
    "semver": "^7.7.2",
    "util": "^0.12.4"
  },
  "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",
    "eslint-plugin-mocha": "^10.0.3",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-unicorn": "^39.0.0",
    "globby": "^11",
    "lodash": "^4.17.21",
    "mocha": "^9",
    "nyc": "^14.1.1",
    "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://docs.mulesoft.com/runtime-manager/anypoint-platform-cli",
  "keywords": [
    "anypoint-cli-plugin"
  ],
  "license": "ISC",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "anypoint-cli-runtime-mgr-plugin",
    "plugins": [
      "anypoint-cli-command"
    ],
    "topics": {
      "runtime-mgr:gateways": {
        "description": "Work with Flex Gateways."
      },
      "runtime-mgr:gateways:managed": {
        "description": "Work with Managed Flex gateways."
      },
      "runtime-mgr:standalone-application": {
        "description": "Manage standalone applications."
      }
    }
  },
  "main": "lib/index.js",
  "repository": "https://github.com/mulesoft/anypoint-cli-runtime-mgr-plugin",
  "scripts": {
    "build": "rm -rf lib && tsc -b",
    "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\"",
    "dev": "npm run build && oclif manifest && oclif readme"
  },
  "nyc": {
    "check-coverage": true,
    "lines": 80,
    "all": true,
    "include": [
      "src/**/*.ts"
    ],
    "exclude": [
      "src/_tests_/**/*.*"
    ],
    "reporter": [
      "html",
      "lcov",
      "text",
      "text-summary"
    ],
    "report-dir": "coverage"
  }
}
