1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
{ "name": "@udb/sdk", "version": "0.1.0", "type": "commonjs", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/fahara02/udb.git", "directory": "sdk/typescript" }, "publishConfig": { "access": "public" }, "scripts": { "typecheck": "tsc --noEmit" }, "dependencies": { "@grpc/grpc-js": "^1.12.2", "@grpc/proto-loader": "^0.7.13" }, "devDependencies": { "@types/node": "^22.10.1", "typescript": "^5.7.2" } }