UNPKG

1.7 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-certs",
3 "version": "7.66.3",
4 "author": "Jeff Dickey @jdxcode",
5 "bugs": "https://github.com/heroku/cli/issues",
6 "dependencies": {
7 "@heroku-cli/command": "^8.4.1",
8 "@oclif/command": "^1.5.11",
9 "@oclif/config": "^1.12.10",
10 "tslib": "^1.9.3"
11 },
12 "devDependencies": {
13 "@heroku-cli/dev-cli": "^1.26.13",
14 "@oclif/plugin-help": "^2.1.6",
15 "@oclif/test": "^1.2.4",
16 "@types/chai": "^4.1.7",
17 "@types/mocha": "^5.2.6",
18 "@types/node": "^10.12.24",
19 "chai": "^4.2.0",
20 "eslint": "^6.7.2",
21 "eslint-config-oclif": "^3.1.0",
22 "eslint-config-oclif-typescript": "^0.1.0",
23 "globby": "^9.0.0",
24 "mocha": "^5",
25 "nyc": "^13.2.0",
26 "ts-node": "^8.0.2",
27 "typescript": "3.3.3333"
28 },
29 "engines": {
30 "node": ">=10.0.0"
31 },
32 "files": [
33 "/lib",
34 "/oclif.manifest.json"
35 ],
36 "homepage": "https://github.com/heroku/cli/tree/master/packages/certs",
37 "keywords": [
38 "oclif-plugin"
39 ],
40 "license": "MIT",
41 "oclif": {
42 "commands": "./lib/commands",
43 "bin": "oclif-example",
44 "devPlugins": [
45 "@oclif/plugin-help"
46 ],
47 "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/certs/<%- commandPath %>"
48 },
49 "repository": "heroku/cli",
50 "scripts": {
51 "lint": "eslint . --ext .ts --config .eslintrc",
52 "postpack": "rm -f oclif.manifest.json",
53 "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme",
54 "pretest": "tsc -p test --noEmit",
55 "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
56 "posttest": "yarn lint",
57 "version": "oclif-dev readme && git add README.md"
58 },
59 "gitHead": "595d8e21cde8e0e9ea6eaaf4569e6580808aeb9b"
60}