{
  "name": "anypoint-cli-secrets-mgr-plugin",
  "description": "secrets-mgr plugin",
  "version": "1.0.7",
  "author": "Mulesoft",
  "bin": {
    "anypoint-cli-secrets-mgr-plugin": "./bin/run"
  },
  "dependencies": {
    "@oclif/core": "1.26.2",
    "@oclif/plugin-version": "1.0.4",
    "anypoint-cli-command": "1.6.6",
    "form-data": "^4.0.0",
    "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",
    "husky": "^8.0.3",
    "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-secrets-mgr-plugin",
    "plugins": [
      "anypoint-cli-command"
    ],
    "topicSeparator": " ",
    "additionalHelpFlags": [
      "-h"
    ],
    "additionalVersionFlags": [
      "-v"
    ],
    "topics": {
      "secrets-mgr": {
        "description": "Create and manage secret groups and its secrets."
      },
      "secrets-mgr:secret-group": {
        "description": "Create and manage secret groups."
      },
      "secrets-mgr:shared-secret": {
        "description": "Create and manage shared secrets in a secret group."
      },
      "secrets-mgr:certificate": {
        "description": "Create and manage certificate secrets in a secret group."
      },
      "secrets-mgr:keystore": {
        "description": "Create and manage keystore secrets in a secret group."
      },
      "secrets-mgr:truststore": {
        "description": "Create and manage truststore secrets in a secret group."
      },
      "secrets-mgr:tls-context": {
        "description": "Create and manage TLS context secrets in a secret group."
      },
      "secrets-mgr:tls-context:mule": {
        "description": "Create and manage Mule TLS context secrets in a secret group."
      },
      "secrets-mgr:tls-context:flex-gateway": {
        "description": "Create and manage Flex Gateway TLS context secrets in a secret group."
      }
    }
  },
  "repository": "https://github.com/mulesoft/anypoint-cli-secrets-mgr-plugin",
  "scripts": {
    "build": "rm -rf lib && tsc -b",
    "prepack": "rm -f oclif.manifest.json",
    "lint": "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"
  },
  "main": "lib/index.js",
  "nyc": {
    "extends": "@istanbuljs/nyc-config-typescript",
    "check-coverage": true,
    "all": true,
    "include": [
      "src/**/*.ts"
    ],
    "exclude": [
      "src/_tests_/**/*.*"
    ],
    "reporter": [
      "html",
      "lcov",
      "text",
      "text-summary"
    ],
    "report-dir": "coverage"
  }
}
