UNPKG

1.58 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-oauth-v5",
3 "description": "Heroku CLI plugin to manage OAuth clients.",
4 "version": "7.12.6",
5 "author": "Jeff Dickey (@dickeyxxx)",
6 "bugs": "https://github.com/heroku/cli/issues",
7 "cli-engine": {
8 "bin": "heroku",
9 "commands": "lib/commands",
10 "topics": {
11 "authorizations": {
12 "description": "OAuth authorizations"
13 },
14 "clients": {
15 "description": "OAuth clients on the platform"
16 },
17 "sessions": {
18 "description": "OAuth sessions"
19 }
20 },
21 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/oauth-v5/<%- commandPath %>"
22 },
23 "dependencies": {
24 "co": "^4.6.0",
25 "date-fns": "^1.29.0",
26 "heroku-cli-util": "^8.0.10",
27 "lodash": "^4.17.10"
28 },
29 "devDependencies": {
30 "@oclif/dev-cli": "^1.17.0",
31 "@oclif/plugin-legacy": "^1.1.0",
32 "cross-env": "^5.2.0",
33 "mocha": "^5.2.0",
34 "mocha-junit-reporter": "1.18.0",
35 "nock": "9.3.3",
36 "nyc": "^13.0.1",
37 "unexpected": "10.38.0"
38 },
39 "files": [
40 "oclif.manifest.json",
41 "commands",
42 "lib"
43 ],
44 "homepage": "https://github.com/heroku/cli/tree/master/packages/oauth-v5",
45 "keywords": [
46 "heroku-plugin"
47 ],
48 "license": "ISC",
49 "publishConfig": {
50 "access": "public"
51 },
52 "repository": "heroku/cli",
53 "scripts": {
54 "postpublish": "rm oclif.manifest.json",
55 "prepack": "oclif-dev manifest",
56 "test": "cross-env TZ=UTC nyc mocha",
57 "version": "oclif-dev readme && git add README.md"
58 },
59 "gitHead": "e15e1627b96ecdef1994c76a9e836ddb0a17d915"
60}