{
  "name": "@adobe/aio-cli-plugin-runtime",
  "description": "Adobe I/O Runtime commands for the Adobe I/O CLI",
  "version": "8.5.0",
  "author": "Adobe Inc.",
  "bugs": "https://github.com/adobe/aio-cli-plugin-runtime/issues",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@adobe/aio-lib-core-config": "^5",
    "@adobe/aio-lib-core-networking": "^5",
    "@adobe/aio-lib-env": "^3.0.1",
    "@adobe/aio-lib-ims": "^8.0.1",
    "@adobe/aio-lib-runtime": "^7.4.0",
    "@adobe/aio-lib-sandbox": "alpha",
    "@oclif/core": "^4.0.0",
    "@types/jest": "^29.5.3",
    "chalk": "^4.1.2",
    "dayjs": "^1.10.4",
    "debug": "^4.1.1",
    "inquirer": "^12.3.2",
    "js-yaml": "^4",
    "lodash.clonedeep": "^4.5.0",
    "openwhisk": "^3.21.9",
    "openwhisk-fqn": "^0.0.2",
    "properties-reader": "2.3.0",
    "sha1": "^1.1.1"
  },
  "devDependencies": {
    "@adobe/eslint-config-aio-lib-config": "5.0.0",
    "@babel/core": "^7.16.12",
    "@babel/preset-env": "^7.16.11",
    "babel-jest": "^29.5.0",
    "babel-runtime": "^6.26.0",
    "dedent-js": "^1.0.1",
    "eol": "^0.10.0",
    "eslint": "^9.0.0",
    "eslint-plugin-jest": "^29.0.0",
    "eslint-plugin-jsdoc": "^48.11.0",
    "execa": "^4.0.0",
    "jest": "^29.6.2",
    "jest-junit": "^16.0.0",
    "neostandard": "^0",
    "oclif": "^4.0.0",
    "stdout-stderr": "^0.1.9"
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "/oclif.manifest.json",
    "/src"
  ],
  "homepage": "https://github.com/adobe/aio-cli-plugin-runtime",
  "keywords": [
    "oclif-plugin"
  ],
  "license": "Apache-2.0",
  "oclif": {
    "commands": "./src/commands",
    "bin": "aio",
    "topicSeparator": " ",
    "repositoryPrefix": "<%- repo %>/blob/<%- version %>/<%- commandPath %>"
  },
  "repository": "adobe/aio-cli-plugin-runtime",
  "scripts": {
    "lint-fix": "eslint src test e2e --fix",
    "lint": "eslint src test e2e",
    "posttest": "npm run lint",
    "test": "npm run unit-tests",
    "unit-tests": "jest --ci",
    "prepack": "oclif manifest && oclif readme --no-aliases",
    "postpack": "rm -f oclif.manifest.json",
    "version": "oclif readme --no-aliases && git add README.md",
    "e2e": "jest --collectCoverage=false --testRegex './e2e/e2e.js'"
  },
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**/*.js"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 100,
        "lines": 100,
        "statements": 100
      }
    },
    "testPathIgnorePatterns": [
      "<rootDir>/jest.setup.js"
    ],
    "reporters": [
      "default",
      "jest-junit"
    ],
    "testEnvironment": "node",
    "setupFilesAfterEnv": [
      "./test/jest.setup.js"
    ]
  }
}
