@wundergraph/cosmo-connect
Version:
TypeScript Connect client for WunderGraph Cosmo
45 lines (44 loc) • 918 B
JSON
{
"name": "@wundergraph/cosmo-connect",
"version": "0.116.0",
"description": "TypeScript Connect client for WunderGraph Cosmo",
"scripts": {
"build": "del 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": "^1.9.0",
"@connectrpc/connect-query": "^1.4.1"
},
"devDependencies": {
"del-cli": "^5.0.0",
"typescript": "^5.2.2"
},
"keywords": [
"wundergraph",
"connect",
"client",
"wundergraph-cosmo"
],
"author": {
"name": "WunderGraph Maintainers",
"email": "info@wundergraph.com"
},
"gitHead": "c3c1aefb6d98135cf609a623edd8956305809f04"
}