UNPKG

2.08 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-git",
3 "description": "Heroku CLI plugin to manage local git repos.",
4 "version": "7.43.0",
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.4.0",
10 "@oclif/command": "^1.5.11",
11 "@oclif/config": "^1.12.10",
12 "cli-ux": "^4.9.3",
13 "debug": "4.1.1"
14 },
15 "devDependencies": {
16 "@heroku-cli/schema": "^1.0.25",
17 "@oclif/dev-cli": "^1.21.3",
18 "@oclif/plugin-help": "^2.1.6",
19 "@oclif/plugin-legacy": "^1.1.4",
20 "@oclif/test": "^1.2.4",
21 "@types/chai": "^4.1.7",
22 "@types/fs-extra": "^5.0.5",
23 "@types/mocha": "^5.2.6",
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 "/lib",
43 "/oclif.manifest.json"
44 ],
45 "homepage": "https://github.com/heroku/cli/tree/master/packages/git",
46 "keywords": [
47 "heroku-plugin"
48 ],
49 "license": "ISC",
50 "oclif": {
51 "topics": {
52 "git": {
53 "description": "manage local git repository for app"
54 }
55 },
56 "commands": "./lib/commands",
57 "bin": "oclif-example",
58 "devPlugins": [
59 "@oclif/plugin-help"
60 ],
61 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/git/<%- commandPath %>"
62 },
63 "repository": "heroku/cli",
64 "scripts": {
65 "lint": "eslint . --ext .ts --config .eslintrc",
66 "postpack": "rm -f oclif.manifest.json",
67 "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
68 "pretest": "tsc -p test --noEmit",
69 "test": "echo NO TESTS",
70 "posttest": "yarn lint",
71 "version": "oclif-dev readme && git add README.md"
72 },
73 "gitHead": "d130ded9a413d4a4996708173708cb2ecdc2702c"
74}