heroku-kafka
Version:
heroku plugin to manage heroku kafka
90 lines (89 loc) • 2.37 kB
JSON
{
"name": "heroku-kafka",
"description": "heroku plugin to manage heroku kafka",
"version": "3.0.2",
"author": "Heroku kafka@heroku.com",
"bugs": {
"url": "https://github.com/heroku/heroku-kafka-jsplugin/issues"
},
"dependencies": {
"@heroku-cli/command": "^13.0.0",
"@heroku-cli/schema": "^2.0.1",
"@heroku/heroku-cli-util": "^10.9.0",
"@heroku/no-kafka": "^2.4.1",
"@oclif/core": "^4",
"debug": "^2.6.9",
"humanize-plus": "^1.8.2",
"lodash.memoize": "^4.1.2"
},
"devDependencies": {
"@types/chai": "^5.2.3",
"@types/debug": "^4.1.12",
"@types/humanize-plus": "^1.8.2",
"@types/lodash.memoize": "^4.1.9",
"@types/mocha": "^10.0.10",
"@types/node": "^25.4.0",
"@types/sinon": "^21.0.0",
"ansis": "^4.2.0",
"chai": "^4.3.10",
"eslint": "^9.39.4",
"eslint-config-oclif": "^6.0",
"esmock": "^2.7.3",
"globals": "^13.24.0",
"mocha": "^11.1.0",
"nock": "^14.0.1",
"nyc": "^18.0.0",
"oclif": "^4.22.87",
"sinon": "^21.0.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"unexpected": "^13.2.1"
},
"files": [
"dist",
"/oclif.manifest.json"
],
"keywords": [
"heroku-plugin"
],
"license": "ISC",
"engines": {
"node": ">=20.0.0"
},
"main": "dist/commands/index.js",
"type": "module",
"repository": "heroku/heroku-kafka-jsplugin",
"oclif": {
"bin": "heroku",
"dirname": "heroku",
"commands": "./dist/commands",
"plugins": [],
"topics": {
"kafka": {
"description": "manage heroku kafka clusters"
},
"kafka:consumer-groups": {
"description": "manage kafka consumer groups"
},
"kafka:topics": {
"description": "manage kafka topics"
}
}
},
"scripts": {
"build": "rm -rf dist && tsc && npm run manifest",
"coverage": "nyc --reporter=html --reporter=text --reporter=lcov npm test",
"lint": "eslint .",
"lint:fix:all": "eslint . --fix",
"manifest": "oclif manifest",
"prepack": "npm run build",
"release": "np",
"standardize": "standard --fix",
"test": "NODE_OPTIONS='--import tsx' nyc mocha",
"version": "oclif readme --readme-path README.md --output-dir docs --multi && git add README.md docs"
},
"overrides": {
"serialize-javascript": "^7.0.5",
"diff": "^8.0.3"
}
}