{
  "name": "@confluentinc/ksqldb-graphql",
  "version": "0.2.4",
  "description": "graphql utilities for ksqldb",
  "repository": {
    "type": "git",
    "url": "https://github.com/confluentinc/ksqldb-graphql.git"
  },
  "author": "Joseph Rea <joseph@confluent.io>",
  "license": "SEE LICENSE IN LICENSE",
  "main": "index.ts",
  "module": "index.ts",
  "files": [
    "src"
  ],
  "scripts": {
    "lint": "eslint . --report-unused-disable-directives --ext .tsx,.ts",
    "test": "react-scripts test"
  },
  "keywords": [
    "ksql",
    "ksqldb",
    "graphql",
    "confluent"
  ],
  "dependencies": {
    "@confluentinc/ksqldb-client": "^0.2.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "f7dae8816fa5adc604cd0cd5bdaa5cb566c7f165"
}
