UNPKG

@adobe/helix-deploy

Version:

Library and Commandline Tools to build and deploy OpenWhisk Actions

87 lines (86 loc) 2.41 kB
{ "name": "@adobe/helix-deploy", "version": "13.1.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": "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": ">=5.2.1" }, "dependencies": { "@adobe/fetch": "4.2.2", "@adobe/helix-shared-process-queue": "3.1.3", "@aws-sdk/client-apigatewayv2": "3.859.0", "@aws-sdk/client-lambda": "3.859.0", "@aws-sdk/client-s3": "3.859.0", "@aws-sdk/client-secrets-manager": "3.859.0", "@aws-sdk/client-ssm": "3.859.0", "@aws-sdk/client-sts": "3.859.0", "@google-cloud/functions": "4.2.0", "@google-cloud/secret-manager": "6.1.0", "@google-cloud/storage": "7.16.0", "archiver": "7.0.1", "chalk-template": "1.1.0", "dotenv": "17.2.1", "esbuild": "0.25.8", "escalade": "3.2.0", "fs-extra": "11.3.0", "isomorphic-git": "1.32.2", "openwhisk": "3.21.8", "semver": "7.7.2", "yargs": "18.0.0" }, "devDependencies": { "@adobe/eslint-config-helix": "3.0.8", "@adobe/helix-shared-wrap": "2.0.2", "@adobe/helix-status": "10.1.5", "@eslint/config-helpers": "0.3.0", "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "c8": "10.1.3", "eslint": "9.4.0", "husky": "9.1.7", "lint-staged": "16.1.4", "mocha": "11.7.1", "mocha-junit-reporter": "2.2.1", "mocha-multi-reporters": "1.5.1", "nock": "13.5.6", "semantic-release": "24.2.7", "yauzl": "3.2.0" }, "engines": { "node": ">=18.0" }, "lint-staged": { "*.js": "eslint" } }