UNPKG

1.54 kBJSONView Raw
1{
2 "name": "@heroku-cli/plugin-certs",
3 "version": "8.0.1",
4 "author": "Jeff Dickey @jdxcode",
5 "bugs": "https://github.com/heroku/cli/issues",
6 "dependencies": {
7 "@oclif/core": "^1.22.0",
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 "@types/node": "^10.12.24",
15 "chai": "^4.2.0",
16 "eslint": "^6.7.2",
17 "eslint-config-oclif": "^3.1.0",
18 "eslint-config-oclif-typescript": "^0.1.0",
19 "globby": "^9.0.0",
20 "mocha": "^5",
21 "nyc": "^15.1.0",
22 "oclif": "3.6.1",
23 "ts-node": "^10.9.1",
24 "typescript": "4.8.4"
25 },
26 "engines": {
27 "node": ">=12.0.0"
28 },
29 "files": [
30 "/lib",
31 "/oclif.manifest.json"
32 ],
33 "homepage": "https://github.com/heroku/cli/tree/master/packages/certs",
34 "keywords": [
35 "oclif-plugin"
36 ],
37 "license": "MIT",
38 "oclif": {
39 "additionalHelpFlags": [
40 "-h"
41 ],
42 "additionalVersionFlags": [
43 "-v"
44 ],
45 "commands": "./lib/commands",
46 "bin": "oclif-example",
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 manifest",
54 "pretest": "tsc -p test --noEmit",
55 "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"",
56 "posttest": "yarn lint"
57 },
58 "gitHead": "d97383669e2e9c2f9224f605783a7563ae6cb0df"
59}