{
  "name": "@biorate/schema-registry",
  "version": "1.116.0",
  "description": "Schema registry connector",
  "main": "dist",
  "scripts": {
    "build": "npx tsc -p ./tsconfig.build.json --outDir ./dist",
    "test": "npx nyc --reporter=lcov --reporter=text-summary -- npx mocha -r ts-node/register tests/**/*.spec.ts",
    "prepublishOnly": "pnpm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/biorate/core.git",
    "directory": "packages/@biorate/schema-registry"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://biorate.github.io/core",
  "keywords": [
    "schema registry",
    "confluent",
    "kafka",
    "connector"
  ],
  "author": "llevkin",
  "license": "MIT",
  "dependencies": {
    "@biorate/axios-prometheus": "1.116.0",
    "@biorate/config": "1.104.0",
    "@biorate/connector": "1.104.0",
    "@biorate/errors": "1.102.0",
    "@biorate/inversion": "1.104.0",
    "avsc": "^5.7.4"
  },
  "gitHead": "b973d73ddccb7efa658c4613668708948cd0f57a"
}
