UNPKG

2.07 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-auth",
3 "description": "auth core plugin for Heroku CLI",
4 "version": "7.42.7",
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.3.1",
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 "@types/chai": "^4.1.7",
22 "@types/mocha": "^5.2.6",
23 "@types/nock": "^9.3.1",
24 "@types/node": "^10.12.24",
25 "@types/supports-color": "^5.3.0",
26 "chai": "^4.2.0",
27 "eslint": "^6.7.2",
28 "eslint-config-oclif": "^3.1.0",
29 "eslint-config-oclif-typescript": "^0.1.0",
30 "globby": "^9.0.0",
31 "mocha": "^5.2.0",
32 "nock": "^10.0.6",
33 "nyc": "^13.2.0",
34 "ts-node": "^8.0.2",
35 "tslib": "^1.9.3",
36 "typescript": "3.7.5"
37 },
38 "engines": {
39 "node": ">=8.0.0"
40 },
41 "files": [
42 "oclif.manifest.json",
43 "/lib"
44 ],
45 "homepage": "https://github.com/heroku/cli/tree/master/packages/auth",
46 "keywords": [
47 "oclif-plugin"
48 ],
49 "license": "MIT",
50 "oclif": {
51 "commands": "./lib/commands",
52 "bin": "heroku",
53 "devPlugins": [
54 "@oclif/plugin-help"
55 ],
56 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/auth/<%- commandPath %>"
57 },
58 "repository": "heroku/cli",
59 "scripts": {
60 "postpack": "rm -f oclif.manifest.json",
61 "pretest": "tsc -p test --noEmit",
62 "posttest": "yarn lint",
63 "lint": "eslint . --ext .ts --config .eslintrc",
64 "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
65 "prepare": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
66 "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
67 "version": "oclif-dev readme && git add README.md"
68 },
69 "gitHead": "28f0cae3d8e8b4fa1f4747729ab0a6efbde1fc67"
70}