{
"name": "gwp-js",
"version": "0.1.6",
"description": "JavaScript/TypeScript client for the GQL Wire Protocol (GWP)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT OR Apache-2.0",
"keywords": ["gql", "graph", "grpc", "wire-protocol", "database"],
"files": ["dist/"],
"scripts": {
"generate": "bash scripts/generate-proto.sh",
"build": "tsc",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@bufbuild/protobuf": "^2.0.0",
"@grpc/grpc-js": "^1.12.0"
},
"devDependencies": {
"ts-proto": "^2.6.0",
"typescript": "^5.7.0",
"vitest": "^3.0.0",
"@types/node": "^22.0.0"
},
"engines": {
"node": ">=18"
}
}