UNPKG

@adobe/probot-serverless-openwhisk

Version:
66 lines (65 loc) 1.73 kB
{ "name": "@adobe/probot-serverless-openwhisk", "version": "4.0.55", "description": "Probot Serverless OpenWhisk", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/adobe/probot-serverless-openwhisk.git" }, "bugs": { "url": "https://github.com/adobe/probot-serverless-openwhisk/issues" }, "keywords": [ "probot", "github", "openwhisk" ], "main": "index.js", "scripts": { "semantic-release": "semantic-release", "test": "nyc mocha", "lint": "./node_modules/.bin/eslint .", "prepare": "npx husky install" }, "mocha": { "reporter": "mocha-multi-reporters", "reporter-options": "configFile=.mocha-multi.json" }, "dependencies": { "@adobe/helix-log": "6.0.0", "@adobe/openwhisk-action-logger": "2.4.7", "@adobe/openwhisk-action-utils": "4.4.8", "@probot/get-private-key": "1.1.1", "express": "4.18.1", "fs-extra": "10.1.0", "hbs": "4.2.0", "pino": "8.0.0", "probot": "11.4.1" }, "devDependencies": { "@adobe/eslint-config-helix": "1.3.2", "@semantic-release/changelog": "6.0.1", "@semantic-release/git": "10.0.1", "ajv": "8.11.0", "codecov": "3.8.3", "eslint": "8.17.0", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.26.0", "husky": "8.0.1", "lint-staged": "13.0.1", "mocha": "10.0.0", "mocha-multi-reporters": "1.5.1", "nyc": "15.1.0", "semantic-release": "19.0.3", "smee-client": "1.2.3" }, "engines": { "node": ">= 8.3.0" }, "lint-staged": { "*.js": "eslint" }, "homepage": "https://github.com/adobe/probot-serverless-openwhisk#readme" }