@heroku-cli/plugin-certs-v5
Version:
heroku ssl plugin
70 lines (69 loc) • 1.84 kB
JSON
{
"name": "@heroku-cli/plugin-certs-v5",
"description": "heroku ssl plugin",
"version": "8.11.3",
"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": "^2.0.1",
"@heroku-cli/notifications": "^1.2.4",
"date-fns": "^1.29.0",
"heroku-cli-util": "^8.0.11",
"inquirer": "^8.2.6",
"lodash": "^4.17.21",
"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": "^9.2.2",
"nock": "^10.0.6",
"nyc": "^15.1.0",
"oclif": "3.11.3",
"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",
"mocha": {
"require": [
"./test/init.js",
"./test/helpers.js"
],
"reporter": "list",
"recursive": true,
"timeout": 360000
},
"repository": "heroku/cli",
"scripts": {
"lint": "eslint . --ext .js --config ../../.eslintrc --ignore-path ../../.eslintignore",
"postpublish": "rm oclif.manifest.json",
"prepack": "oclif manifest",
"test": "nyc mocha --forbid-only \"test/**/*.unit.test.js\" && yarn lint",
"version": "oclif readme && git add README.md"
},
"gitHead": "1541dfc1d1f7c7714b684bdb07455fb40ca040e4"
}