{
  "name": "@wundergraph/cosmo-connect",
  "version": "0.156.0",
  "description": "TypeScript Connect client for WunderGraph Cosmo",
  "scripts": {
    "build": "rm -rf dist && tsc"
  },
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "url": "https://github.com/wundergraph/cosmo"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    "./dist/*": {
      "types": "./dist/*.d.ts",
      "default": "./dist/*.js"
    }
  },
  "dependencies": {
    "@bufbuild/protobuf": "^2.2.2",
    "@connectrpc/connect-query": "^2.0.0"
  },
  "devDependencies": {
    "del-cli": "^5.1.0",
    "typescript": "5.6.2"
  },
  "keywords": [
    "wundergraph",
    "connect",
    "client",
    "wundergraph-cosmo"
  ],
  "author": {
    "name": "WunderGraph Maintainers",
    "email": "info@wundergraph.com"
  },
  "gitHead": "2dbf33ace555bc81295ab9457a3714eb2aa485dc"
}
