|
| 1 | +{ |
| 2 | + "name": "@confluentinc/schemaregistry", |
| 3 | + "version": "v0.1.16-devel", |
| 4 | + "description": "Node.js client for Confluent Schema Registry", |
| 5 | + "main": "lib/index.js", |
| 6 | + "devDependencies": { |
| 7 | + "@bufbuild/buf": "^1.37.0", |
| 8 | + "@bufbuild/protoc-gen-es": "^2.0.0", |
| 9 | + "@eslint/js": "^9.9.0", |
| 10 | + "@types/eslint__js": "^8.42.3", |
| 11 | + "@types/node": "^20.16.1", |
| 12 | + "bluebird": "^3.5.3", |
| 13 | + "eslint": "^8.57.0", |
| 14 | + "eslint-plugin-jest": "^28.6.0", |
| 15 | + "jest": "^29.7.0", |
| 16 | + "jsdoc": "^4.0.2", |
| 17 | + "mocha": "^10.7.0", |
| 18 | + "node-gyp": "^9.3.1", |
| 19 | + "ts-jest": "^29.2.4", |
| 20 | + "typescript": "^5.5.4", |
| 21 | + "typescript-eslint": "^8.2.0" |
| 22 | + }, |
| 23 | + "dependencies": { |
| 24 | + "@aws-sdk/client-kms": "^3.637.0", |
| 25 | + "@azure/identity": "^4.4.1", |
| 26 | + "@azure/keyvault-keys": "^4.8.0", |
| 27 | + "@bufbuild/protobuf": "^2.0.0", |
| 28 | + "@criteria/json-schema": "^0.10.0", |
| 29 | + "@criteria/json-schema-validation": "^0.10.0", |
| 30 | + "@google-cloud/kms": "^4.5.0", |
| 31 | + "@hackbg/miscreant-esm": "^0.3.2-patch.3", |
| 32 | + "@smithy/types": "^3.3.0", |
| 33 | + "@types/validator": "^13.12.0", |
| 34 | + "ajv": "^8.17.1", |
| 35 | + "async-mutex": "^0.5.0", |
| 36 | + "avsc": "^5.7.7", |
| 37 | + "axios": "^1.7.3", |
| 38 | + "json-stringify-deterministic": "^1.0.12", |
| 39 | + "jsonata": "^2.0.5", |
| 40 | + "lru-cache": "^11.0.0", |
| 41 | + "node-vault": "^0.10.2", |
| 42 | + "validator": "^13.12.0" |
| 43 | + }, |
| 44 | + "scripts": { |
| 45 | + "test:types": "tsc -p .", |
| 46 | + "test:schemaregistry": "make -f Makefile.schemaregistry test" |
| 47 | + }, |
| 48 | + |
| 49 | + "keywords": [ |
| 50 | + "schemaregistry", |
| 51 | + "confluent" |
| 52 | + ], |
| 53 | + "repository": { |
| 54 | + "type": "git", |
| 55 | + "url": "git@github.com:confluentinc/confluent-kafka-javascript.git" |
| 56 | + }, |
| 57 | + |
| 58 | + "license": "MIT" |
| 59 | +} |
0 commit comments