{
  "name": "@adobe/helix-deploy",
  "version": "12.4.30",
  "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": "git+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": ">=4.1.1"
  },
  "dependencies": {
    "@adobe/fetch": "4.2.0",
    "@adobe/helix-shared-process-queue": "3.1.3",
    "@aws-sdk/client-apigatewayv2": "3.782.0",
    "@aws-sdk/client-lambda": "3.782.0",
    "@aws-sdk/client-s3": "3.782.0",
    "@aws-sdk/client-secrets-manager": "3.782.0",
    "@aws-sdk/client-ssm": "3.782.0",
    "@aws-sdk/client-sts": "3.782.0",
    "@google-cloud/functions": "4.0.1",
    "@google-cloud/secret-manager": "6.0.1",
    "@google-cloud/storage": "7.16.0",
    "archiver": "7.0.1",
    "chalk-template": "1.1.0",
    "dotenv": "16.4.7",
    "esbuild": "0.25.2",
    "escalade": "3.2.0",
    "fs-extra": "11.3.0",
    "isomorphic-git": "1.30.1",
    "openwhisk": "3.21.8",
    "semver": "7.7.1",
    "webpack": "5.99.2",
    "yargs": "17.7.2"
  },
  "devDependencies": {
    "@adobe/eslint-config-helix": "2.0.9",
    "@adobe/helix-shared-wrap": "2.0.2",
    "@adobe/helix-status": "10.1.5",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "c8": "10.1.3",
    "eslint": "8.57.1",
    "husky": "9.1.7",
    "lint-staged": "15.5.0",
    "mocha": "11.1.0",
    "mocha-junit-reporter": "2.2.1",
    "mocha-multi-reporters": "1.5.1",
    "nock": "13.5.6",
    "semantic-release": "24.2.3",
    "yauzl": "3.2.0"
  },
  "engines": {
    "node": ">=18.0"
  },
  "lint-staged": {
    "*.js": "eslint"
  }
}
