UNPKG

1.66 kBJSONView Raw
1{
2 "name": "@adobe/probot-serverless-openwhisk",
3 "version": "4.0.52",
4 "description": "Probot Serverless OpenWhisk",
5 "license": "Apache-2.0",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/adobe/probot-serverless-openwhisk.git"
9 },
10 "bugs": {
11 "url": "https://github.com/adobe/probot-serverless-openwhisk/issues"
12 },
13 "keywords": [
14 "probot",
15 "github",
16 "openwhisk"
17 ],
18 "main": "index.js",
19 "scripts": {
20 "semantic-release": "semantic-release",
21 "test": "nyc --reporter=text --reporter=lcov mocha",
22 "test-ci": "npm run lint && npm run test && codecov",
23 "lint": "./node_modules/.bin/eslint ."
24 },
25 "dependencies": {
26 "@adobe/helix-log": "5.0.3",
27 "@adobe/openwhisk-action-logger": "2.4.3",
28 "@adobe/openwhisk-action-utils": "4.4.4",
29 "@probot/get-private-key": "1.1.0",
30 "express": "4.17.1",
31 "fs-extra": "9.1.0",
32 "hbs": "4.1.1",
33 "pino": "6.11.2",
34 "probot": "11.1.0"
35 },
36 "devDependencies": {
37 "@semantic-release/changelog": "5.0.1",
38 "@semantic-release/git": "9.0.0",
39 "ajv": "8.1.0",
40 "codecov": "3.8.1",
41 "eslint": "7.24.0",
42 "eslint-config-airbnb-base": "14.2.1",
43 "eslint-plugin-header": "3.1.1",
44 "eslint-plugin-import": "2.22.1",
45 "ghooks": "2.0.4",
46 "lint-staged": "10.5.4",
47 "mocha": "8.3.2",
48 "nyc": "15.1.0",
49 "semantic-release": "17.4.2",
50 "smee-client": "1.2.2"
51 },
52 "engines": {
53 "node": ">= 8.3.0"
54 },
55 "lint-staged": {
56 "*.js": "eslint"
57 },
58 "config": {
59 "ghooks": {
60 "pre-commit": "npx lint-staged"
61 }
62 },
63 "homepage": "https://github.com/adobe/probot-serverless-openwhisk#readme"
64}