{
  "name": "@adobe/helix-deploy",
  "version": "14.0.7",
  "description": "Library and Commandline Tools to build and deploy OpenWhisk Actions",
  "license": "Apache-2.0",
  "homepage": "https://github.com/adobe/helix-deploy#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/adobe/helix-deploy.git"
  },
  "bugs": {
    "url": "https://github.com/adobe/helix-deploy/issues"
  },
  "keywords": [
    "helix",
    "serverless"
  ],
  "main": "index.js",
  "type": "module",
  "bin": {
    "hedy": "src/index.js"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "c8 mocha -i -g Integration",
    "integration-ci": "c8 mocha -g Integration",
    "semantic-release": "semantic-release",
    "semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH",
    "prepare": "husky"
  },
  "mocha": {
    "reporter": "mocha-multi-reporters",
    "reporter-options": "configFile=.mocha-multi.json",
    "require": "test/setup-env.js"
  },
  "peerDependencies": {
    "@adobe/helix-universal": ">=5.2.1"
  },
  "dependencies": {
    "@adobe/fetch": "4.3.0",
    "@adobe/helix-shared-process-queue": "3.1.9",
    "@aws-sdk/client-apigatewayv2": "3.1045.0",
    "@aws-sdk/client-lambda": "3.1045.0",
    "@aws-sdk/client-s3": "3.1045.0",
    "@aws-sdk/client-secrets-manager": "3.1045.0",
    "@aws-sdk/client-ssm": "3.1045.0",
    "@aws-sdk/client-sts": "3.1045.0",
    "archiver": "7.0.1",
    "chalk-template": "1.1.2",
    "dotenv": "17.4.2",
    "esbuild": "0.28.0",
    "escalade": "3.2.0",
    "fs-extra": "11.3.5",
    "isomorphic-git": "1.37.6",
    "openwhisk": "3.21.8",
    "semver": "7.8.0",
    "yargs": "18.0.0"
  },
  "devDependencies": {
    "@adobe/eslint-config-helix": "3.0.27",
    "@adobe/helix-shared-wrap": "2.0.2",
    "@adobe/helix-status": "10.1.5",
    "@eslint/config-helpers": "0.6.0",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "c8": "11.0.0",
    "eslint": "9.4.0",
    "husky": "9.1.7",
    "lint-staged": "16.4.0",
    "mocha": "11.7.5",
    "mocha-junit-reporter": "2.2.1",
    "mocha-multi-reporters": "1.5.1",
    "nock": "14.0.15",
    "semantic-release": "25.0.3",
    "xml2js": "0.6.2",
    "yauzl": "3.3.0"
  },
  "engines": {
    "node": ">=18.0"
  },
  "lint-staged": {
    "*.js": "eslint"
  }
}
