{
  "name": "openwhisk-action-builder",
  "version": "0.0.6",
  "description": "Library and Commandline Tools to build and deploy OpenWhisk Actions",
  "license": "Apache-2.0",
  "repository": "https://github.com/tripodsan/openhwisk-action-builder",
  "bugs": "https://github.com/tripodsan/openwhisk-action-builder/issues",
  "keywords": [
    "openwhisk"
  ],
  "main": "index.js",
  "bin": {
    "wsk-builder": "src/index.js"
  },
  "scripts": {
    "lint": "./node_modules/.bin/eslint .",
    "test": "nyc mocha && npm run lint",
    "preversion": "npm test",
    "postversion": "git push origin master --follow-tags",
    "delete-git-tag": "git tag -d v$npm_package_version && git push origin :v$npm_package_version"
  },
  "dependencies": {
    "archiver": "^3.0.0",
    "chalk": "^2.4.1",
    "dotenv": "^6.0.0",
    "fs-extra": "^7.0.1",
    "openwhisk": "^3.17.0",
    "request-promise-native": "^1.0.5",
    "webpack": "^4.19.1",
    "yargs": "^12.0.2"
  },
  "devDependencies": {
    "ajv": "^6.5.3",
    "codecov": "^3.1.0",
    "eslint": "^5.4.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-header": "^2.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.11.0",
    "istanbul": "^1.1.0-alpha.1",
    "mocha": "^5.2.0",
    "mocha-junit-reporter": "^1.18.0",
    "nyc": "^13.0.1"
  },
  "engines": {
    "node": ">= 8.3.0"
  }
}
