{
  "name": "@adobe/openwhisk-action-builder",
  "version": "3.0.30",
  "description": "Library and Commandline Tools to build and deploy OpenWhisk Actions",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/adobe/openwhisk-action-builder.git"
  },
  "bugs": {
    "url": "https://github.com/adobe/openwhisk-action-builder/issues"
  },
  "keywords": [
    "openwhisk"
  ],
  "main": "index.js",
  "bin": {
    "wsk-builder": "src/index.js"
  },
  "scripts": {
    "lint": "./node_modules/.bin/eslint .",
    "test": "nyc --reporter=text --reporter=lcov --check-coverage --branches 50 --statements 70 --lines 70 mocha",
    "test-ci": "npm run lint && npm run test && codecov",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "@adobe/helix-fetch": "2.4.1",
    "archiver": "5.3.0",
    "chalk": "4.1.2",
    "dotenv": "10.0.0",
    "fs-extra": "10.0.0",
    "isomorphic-git": "1.9.2",
    "openwhisk": "3.21.4",
    "semver": "7.3.5",
    "webpack": "5.47.1",
    "yargs": "17.0.1"
  },
  "devDependencies": {
    "@semantic-release/changelog": "5.0.1",
    "@semantic-release/git": "9.0.0",
    "chai": "4.3.4",
    "chai-http": "4.3.0",
    "codecov": "3.8.3",
    "eslint": "7.32.0",
    "eslint-config-airbnb-base": "14.2.1",
    "eslint-plugin-header": "3.1.1",
    "eslint-plugin-import": "2.23.4",
    "express": "4.17.1",
    "ghooks": "2.0.4",
    "lint-staged": "11.1.1",
    "mocha": "9.0.3",
    "mocha-junit-reporter": "2.0.0",
    "nock": "13.1.1",
    "nyc": "15.1.0",
    "semantic-release": "17.4.4",
    "yauzl": "2.10.0"
  },
  "engines": {
    "node": ">= 12.0"
  },
  "lint-staged": {
    "*.js": "eslint"
  },
  "config": {
    "ghooks": {
      "pre-commit": "npx lint-staged"
    }
  },
  "homepage": "https://github.com/adobe/openwhisk-action-builder#readme"
}
