{ "name": "@heroku-cli/plugin-certs", "version": "7.20.0", "author": "Jeff Dickey @jdxcode", "bugs": "https://github.com/heroku/cli/issues", "dependencies": { "@heroku-cli/command": "^8.2.6", "@oclif/command": "^1.5.5", "@oclif/config": "^1.9.0", "tslib": "^1.9.3" }, "devDependencies": { "@oclif/dev-cli": "^1.19.5", "@oclif/plugin-help": "^2.1.4", "@oclif/test": "^1.2.2", "@oclif/tslint": "^3.1.1", "@types/chai": "^4.1.7", "@types/mocha": "^5.2.5", "@types/node": "^10.12.12", "chai": "^4.2.0", "globby": "^8", "mocha": "^5", "nyc": "^13.1.0", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "3.2.1" }, "engines": { "node": ">=8.0.0" }, "files": [ "/lib", "/oclif.manifest.json" ], "homepage": "https://github.com/heroku/cli/tree/master/packages/certs", "keywords": [ "oclif-plugin" ], "license": "MIT", "oclif": { "commands": "./lib/commands", "bin": "oclif-example", "devPlugins": [ "@oclif/plugin-help" ], "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/certs/<%- commandPath %>" }, "repository": "heroku/cli", "scripts": { "postpack": "rm -f oclif.manifest.json", "posttest": "tsc -p test --noEmit && tslint -p test -t stylish", "prepack": "rm -rf lib && tsc && oclif-dev manifest && oclif-dev readme", "test": "nyc mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif-dev readme && git add README.md" }, "gitHead": "fe3f4ebe553c32038e782f8a1c8fd1e824b895d2" }