jack-kafka-instance-sdk
Version:
RHOAS Kafka Instance Adminstration SDK
34 lines (33 loc) • 729 B
JSON
{
"name": "jack-kafka-instance-sdk",
"version": "1.5.0-beta1",
"description": "RHOAS Kafka Instance Adminstration SDK",
"author": "Red Hat Developers",
"keywords": [
"rhoas",
"kafka",
"redhat",
"@rhoas/kafka-admin-sdk"
],
"repository": {
"type": "git",
"url": "git+https://github.com/redhat-developer/app-services-sdk-js"
},
"license": "Apache-2.0",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc --outDir dist/",
"prepublishOnly": "npm run build"
},
"dependencies": {
"axios": "0.27.2"
},
"devDependencies": {
"@types/node": "18.11.9",
"typescript": "4.9.3"
}
}