-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.13 KB
/
package.json
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
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "openagents-node-js-sdk",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "node generate_imports.cjs&&tsc&&tsc-alias"
},
"author": "OpenAgentsInc",
"license": "",
"type": "module",
"dependencies": {
"@grpc/grpc-js": "^1.10.8",
"@grpc/proto-loader": "^0.7.11",
"@protobuf-ts/grpc-backend": "^2.9.4",
"@protobuf-ts/grpc-transport": "^2.9.4",
"@protobuf-ts/plugin": "^2.9.4",
"@types/google-protobuf": "^3.15.12",
"google-protobuf": "^3.21.2",
"graceful-goodbye": "^1.3.0",
"grpc-tools": "^1.12.4",
"openagents-grpc-proto": "https://github.com/OpenAgentsInc/openagents-grpc-proto/releases/download/v0.10.2/openagents_grpc_proto-JAVASCRIPT.tgz",
"ts-protoc-gen": "^0.15.0"
},
"devDependencies": {
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"esbuild": "^0.21.4",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.10",
"typescript": "^5.4.3"
},
"main": "index.js",
"types": "index.d.ts",
"files": [
"*.js",
"*.d.ts"
]
}