{
  "name": "@meinestadt.de/glue-schema-registry",
  "version": "2.1.0",
  "description": "This is a SerDe library to interact with the AWS Glue Schema Registry. It makes it easy to encode and decode messages with Avro schemas and the AWS' wire format.",
  "main": "src/index.js",
  "scripts": {
    "build": "tsc",
    "lint": "eslint src/*.ts",
    "test": "jest test/*.test.ts",
    "coverage": "jest test/*.test.ts --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meinestadt/glue-schema-registry.git"
  },
  "keywords": [
    "glue",
    "MSK",
    "Kafka",
    "schema",
    "registry",
    "avro"
  ],
  "author": "Meinestadt GmbH",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/meinestadt/glue-schema-registry/issues"
  },
  "homepage": "https://github.com/meinestadt/glue-schema-registry#readme",
  "devDependencies": {
    "@jest/globals": "^29.4.1",
    "@types/node": "^20.8.7",
    "@types/uuid": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^8.8.1",
    "eslint": "^8.32.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.4.1",
    "jest-junit": "^16.0.0",
    "prettier": "^3.0.3",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@aws-sdk/client-glue": "^3.298.0",
    "avsc": "^5.7.7",
    "uuid": "^10.0.0"
  }
}
