{
    "name": "@confluentinc/schemaregistry",
    "version": "1.9.0",
    "description": "Node.js client for Confluent Schema Registry",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "files": [
        "LICENSE.txt",
        "dist/"
    ],
    "devDependencies": {
        "@bufbuild/buf": "^1.37.0",
        "@bufbuild/protoc-gen-es": "^2.0.0",
        "@confluentinc/kafka-javascript": "file:..",
        "@eslint/js": "^9.9.0",
        "@types/eslint__js": "^8.42.3",
        "@types/node": "^20.16.1",
        "@types/uuid": "^10.0.0",
        "bluebird": "^3.5.3",
        "eslint": "^8.57.0",
        "eslint-plugin-jest": "^28.6.0",
        "eslint-plugin-tsdoc": "^0.5.2",
        "jest": "^29.7.0",
        "jsdoc": "^4.0.2",
        "mocha": "^10.7.0",
        "node-gyp": "^11.0.0",
        "ts-jest": "^29.2.4",
        "typescript": "^5.9.2",
        "typescript-eslint": "^8.2.0"
    },
    "dependencies": {
        "@aws-sdk/client-kms": "^3.975.0",
        "@aws-sdk/credential-providers": "^3.975.0",
        "@azure/identity": "^4.13.0",
        "@azure/keyvault-keys": "^4.8.0",
        "@bufbuild/cel": "^0.3.0",
        "@bufbuild/protobuf": "^2.0.0",
        "@criteria/json-schema": "^0.10.0",
        "@criteria/json-schema-validation": "^0.10.0",
        "@google-cloud/kms": "^5.2.1",
        "@hackbg/miscreant-esm": "^0.3.2-patch.3",
        "@hapi/boom": "^10.0.1",
        "@smithy/types": "^3.3.0",
        "@types/simple-oauth2": "^5.0.7",
        "@types/validator": "^13.12.0",
        "ajv": "^8.17.1",
        "async-mutex": "^0.5.0",
        "avsc": "^5.7.7",
        "axios": "^1.13.5",
        "axios-retry": "^4.5.0",
        "json-stringify-deterministic": "^1.0.12",
        "jsonata": "^2.0.5",
        "lru-cache": "^10.4.3",
        "node-vault": "^0.10.9",
        "simple-oauth2": "^5.1.0",
        "uuid": "^11.0.0",
        "validator": "^13.15.22"
    },
    "scripts": {
        "lint": "make lint",
        "test": "make test",
        "build": "rm -rf ./dist && tsc -p tsconfig-build.json"
    },
    "keywords": [
        "schemaregistry",
        "confluent"
    ],
    "repository": {
        "type": "git",
        "url": "git@github.com:confluentinc/confluent-kafka-javascript.git"
    },
    "license": "MIT"
}
