UNPKG

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