UNPKG

@heroku-cli/plugin-certs-v5

Version:
62 lines (61 loc) 1.65 kB
{ "name": "@heroku-cli/plugin-certs-v5", "description": "heroku ssl plugin", "version": "8.1.4", "author": "Ransom Briggs rbriggs@heroku.com", "bugs": "https://github.com/heroku/cli/issues", "cli-engine": { "bin": "heroku", "commands": "./commands", "topics": { "certs": { "description": "a topic for the ssl plugin" } }, "repositoryPrefix": "<%- repo %>/blob/v<%- version %>/packages/certs-v5/<%- commandPath %>" }, "dependencies": { "@heroku-cli/color": "^1.1.14", "@heroku-cli/notifications": "^1.2.2", "date-fns": "^1.29.0", "heroku-cli-util": "^8.0.11", "inquirer": "^6.2.2", "lodash": "^4.17.13", "psl": "^1.1.29" }, "devDependencies": { "@oclif/plugin-legacy": "^1.3.0", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "lolex": "^3.1.0", "mocha": "^5.2.0", "nock": "^10.0.6", "nyc": "^15.1.0", "oclif": "3.8.1", "proxyquire": "^2.1.0", "set-tz": "^0.1.0", "sinon": "^2.3.6", "sinon-chai": "^2.14.0" }, "files": [ "oclif.manifest.json", "index.js", "lib", "commands" ], "homepage": "https://github.com/heroku/cli/tree/main/packages/certs-v5", "keywords": [ "heroku-plugin" ], "license": "ISC", "repository": "heroku/cli", "scripts": { "lint": "eslint . --ext .js --config ../../.eslintrc --ignore-path ../../.eslintignore", "postpublish": "rm oclif.manifest.json", "posttest": "yarn lint", "prepack": "oclif manifest", "test": "nyc mocha", "version": "oclif readme && git add README.md" }, "gitHead": "cb1bf6819b7d8d73055a0032a651937b7b0273be" }