-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.25 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
38
39
40
41
{
"name": "openagents-extism-runtime",
"version": "1.0.0",
"description": "",
"main": "src/main.js",
"scripts": {
"build": "npx tsc -p ./tsconfig.json && npx tsc-alias -p tsconfig.json",
"start": "node build/js/runtime/main.js",
"test": "echo \"Error: no test specified\" && exit 0",
"debug": "tsx src/runtime/main.ts"
},
"author": "",
"license": "",
"type": "module",
"dependencies": {
"@extism/extism": "^1.0.3",
"@grpc/grpc-js": "^1.10.4",
"@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",
"express": "^4.19.2",
"google-protobuf": "^3.21.2",
"grpc-tools": "^1.12.4",
"json5": "^2.2.3",
"nostr-tools": "^2.3.2",
"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",
"uuidv4": "^6.2.13",
"ws": "^8.16.0"
},
"devDependencies": {
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"esbuild": "^0.20.2",
"ts-node": "^10.9.2",
"tsc-alias": "^1.8.8",
"tsx": "^4.15.2",
"typescript": "^5.4.3"
}
}