UNPKG

@adobe/probot-serverless-openwhisk

Version:
74 lines (73 loc) 1.95 kB
{ "name": "@adobe/probot-serverless-openwhisk", "version": "3.0.3", "description": "Probot Serverless OpenWisk", "license": "Apache-2.0", "repository": "https://github.com/adobe/probot-serverless-openwhisk", "bugs": "https://github.com/adobe/probot-serverless-openwhisk/issues", "keywords": [ "probot", "github", "openwhisk" ], "bin": { "wskbot": "src/cli/index.js" }, "main": "index.js", "scripts": { "semantic-release": "semantic-release", "commit": "git-cz", "test": "nyc --reporter=text --reporter=lcov mocha", "test-ci": "npm run lint && npm run test && codecov", "lint": "./node_modules/.bin/eslint ." }, "dependencies": { "@adobe/openwhisk-action-builder": "^0.7.0", "@tripod/bunyan-syslog": "^0.3.2", "bunyan": "^1.8.12", "bunyan-loggly": "^1.3.5", "chalk": "^2.4.1", "dotenv": "^7.0.0", "express": "^4.16.4", "fs-extra": "^7.0.0", "hbs": "^4.0.3", "openwhisk": "^3.17.0", "probot": "9.2.8" }, "devDependencies": { "@semantic-release/changelog": "^3.0.2", "@semantic-release/git": "^7.0.8", "@semantic-release/github": "^5.2.10", "@semantic-release/npm": "^5.1.4", "ajv": "^6.10.0", "codecov": "^3.2.0", "commitizen": "^3.0.7", "eslint": "^5.15.3", "eslint-config-airbnb": "^17.1.0", "eslint-plugin-header": "^3.0.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.12.0", "ghooks": "^2.0.4", "lint-staged": "^8.1.5", "mocha": "^6.1.1", "mocha-junit-reporter": "^1.18.0", "nyc": "^14.0.0", "semantic-release": "^15.13.3", "yargs": "^13.2.2" }, "engines": { "node": ">= 8.3.0" }, "lint-staged": { "*.js": "eslint" }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" }, "ghooks": { "pre-commit": "npx lint-staged" } } }