UNPKG

1.33 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-webhooks-v5",
3 "description": "Heroku CLI plugin to manage webhooks.",
4 "version": "7.18.8",
5 "author": "Ransom Briggs (@ransombriggs)",
6 "bugs": "https://github.com/heroku/cli/issues",
7 "dependencies": {
8 "@heroku-cli/command": "^8.2.1",
9 "heroku-cli-util": "^8.0.10"
10 },
11 "devDependencies": {
12 "@oclif/dev-cli": "^1.19.4",
13 "@oclif/plugin-legacy": "^1.1.3",
14 "chai": "^4.2.0",
15 "cross-env": "^5.2.0",
16 "mocha": "^5.2.0",
17 "mocha-junit-reporter": "1.18.0",
18 "nock": "9.3.3",
19 "nyc": "13.1.0"
20 },
21 "engines": {
22 "node": ">=8.0.0"
23 },
24 "files": [
25 "oclif.manifest.json",
26 "index.js",
27 "commands",
28 "lib"
29 ],
30 "homepage": "https://github.com/heroku/cli/tree/master/packages/webhooks-v5",
31 "keywords": [
32 "heroku-plugin"
33 ],
34 "license": "ISC",
35 "oclif": {
36 "commands": "./commands",
37 "topics": {
38 "webhooks": {
39 "description": "setup HTTP notifications of app activity"
40 }
41 },
42 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/webhooks-v5/<%- commandPath %>"
43 },
44 "repository": "heroku/cli",
45 "scripts": {
46 "postpublish": "rm oclif.manifest.json",
47 "prepack": "oclif-dev manifest",
48 "test": "cross-env TZ=utc nyc mocha",
49 "version": "oclif-dev readme && git add README.md"
50 }
51}