UNPKG

1.97 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-auth",
3 "description": "auth core plugin for Heroku CLI",
4 "version": "7.36.1",
5 "author": "Jeff Dickey @jdxcode",
6 "bugs": "https://github.com/heroku/cli/issues",
7 "dependencies": {
8 "@heroku-cli/color": "^1.1.14",
9 "@heroku-cli/command": "^8.2.11",
10 "@oclif/command": "^1.5.11",
11 "@oclif/config": "^1.12.10",
12 "cli-ux": "^4.9.3",
13 "date-fns": "^2.0.0-alpha.8"
14 },
15 "devDependencies": {
16 "@fancy-test/nock": "^0.1.1",
17 "@heroku-cli/schema": "^1.0.25",
18 "@oclif/dev-cli": "^1.21.3",
19 "@oclif/plugin-help": "^2.1.6",
20 "@oclif/test": "^1.2.4",
21 "@oclif/tslint": "^3.1.1",
22 "@types/chai": "^4.1.7",
23 "@types/mocha": "^5.2.6",
24 "@types/nock": "^9.3.1",
25 "@types/node": "^10.12.24",
26 "@types/supports-color": "^5.3.0",
27 "chai": "^4.2.0",
28 "globby": "^9.0.0",
29 "mocha": "^5.2.0",
30 "nock": "^10.0.6",
31 "nyc": "^13.2.0",
32 "ts-node": "^8.0.2",
33 "tslib": "^1.9.3",
34 "tslint": "^5.11.0",
35 "typescript": "3.3.3333"
36 },
37 "engines": {
38 "node": ">=8.0.0"
39 },
40 "files": [
41 "oclif.manifest.json",
42 "/lib"
43 ],
44 "homepage": "https://github.com/heroku/cli/tree/master/packages/auth",
45 "keywords": [
46 "oclif-plugin"
47 ],
48 "license": "MIT",
49 "oclif": {
50 "commands": "./lib/commands",
51 "bin": "heroku",
52 "devPlugins": [
53 "@oclif/plugin-help"
54 ],
55 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/auth/<%- commandPath %>"
56 },
57 "repository": "heroku/cli",
58 "scripts": {
59 "postpack": "rm -f oclif.manifest.json",
60 "posttest": "tsc -p test --noEmit && tslint -p test -t stylish",
61 "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
62 "prepare": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
63 "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
64 "version": "oclif-dev readme && git add README.md"
65 },
66 "gitHead": "b266a0d4d1129693dddb9e50600304e7dae1c563"
67}