@confluentinc/kafka-javascript
Version: 
Node.js bindings for librdkafka
68 lines • 1.95 kB
JSON
{
  "name": "@confluentinc/kafka-javascript",
  "version": "1.4.1",
  "description": "Node.js bindings for librdkafka",
  "librdkafka": "2.11.1",
  "librdkafka_win": "2.11.1",
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "configure": "node-gyp configure",
    "build": "node-gyp build",
    "test": "make test",
    "install": "node-pre-gyp install --fallback-to-build",
    "install-from-source": "npm ci && node-pre-gyp install --build-from-source=@confluentinc/kafka-javascript --fallback-to-build",
    "prepack": "node ./ci/prepublish.js",
    "test:types": "tsc -p ."
  },
  "binary": {
    "module_name": "confluent-kafka-javascript",
    "module_path": "./build/{configuration}/",
    "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{libc}-{arch}.tar.gz",
    "host": "https://github.com/confluentinc/confluent-kafka-javascript/releases/download/",
    "remote_path": "v{version}"
  },
  "keywords": [
    "kafka",
    "librdkafka"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:confluentinc/confluent-kafka-javascript.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@bufbuild/buf": "^1.37.0",
    "@bufbuild/protoc-gen-es": "^2.0.0",
    "@eslint/js": "^9.9.0",
    "@hapi/boom": "^10.0.1",
    "@types/eslint__js": "^8.42.3",
    "@types/jest": "^29.5.13",
    "@types/node": "^20.16.1",
    "axios-mock-adapter": "^2.1.0",
    "bluebird": "^3.5.3",
    "eslint": "^8.57.0",
    "eslint-plugin-jest": "^28.6.0",
    "jest": "^29.7.0",
    "jsdoc": "^4.0.2",
    "mocha": "^10.7.0",
    "node-gyp": "^9.3.1",
    "nyc": "^17.1.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.2.0"
  },
  "dependencies": {
    "@mapbox/node-pre-gyp": "^1.0.11",
    "bindings": "^1.3.1",
    "nan": "^2.22.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "workspaces": [
    ".",
    "schemaregistry",
    "schemaregistry-examples"
  ]
}