-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@hol-org/ai-sdk-registry-broker",
"version": "0.1.1",
"description": "Vercel AI SDK tools for Registry Broker - Universal AI Agent Discovery across 59,000+ agents from NANDA, MCP, OpenRouter, A2A, Virtuals, and more",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"test": "tsx src/test.ts",
"prepublishOnly": "pnpm run build"
},
"keywords": [
"vercel",
"ai-sdk",
"ai-agents",
"registry-broker",
"agent-discovery",
"mcp",
"nanda",
"openrouter",
"a2a",
"hedera",
"hashgraph",
"llm",
"tools"
],
"author": "Hashgraph Online <hello@hol.org>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/hashgraph-online/ai-sdk-registry-broker"
},
"homepage": "https://hol.org/docs/api/registry-broker",
"bugs": {
"url": "https://github.com/hashgraph-online/ai-sdk-registry-broker/issues"
},
"peerDependencies": {
"@hashgraphonline/standards-sdk": ">=0.1.145",
"ai": ">=4.0.0",
"zod": ">=3.0.0"
},
"peerDependenciesMeta": {
"@hashgraphonline/standards-sdk": {
"optional": true
}
},
"devDependencies": {
"@openrouter/ai-sdk-provider": "^2.0.0",
"@types/node": "^20.0.0",
"ai": "^6.0.42",
"tsx": "^4.19.0",
"typescript": "^5.5.0",
"zod": "^3.23.0"
},
"pnpm": {
"overrides": {
"@hashgraphonline/standards-sdk": "0.1.147",
"@hashgraphonline/hashinal-wc": "2.0.15",
"@hashgraph/sdk": "2.79.0",
"@walletconnect/utils": "2.22.3",
"@walletconnect/sign-client": "2.22.3",
"@walletconnect/universal-provider": "2.22.3",
"@walletconnect/core": "2.22.3",
"@hashgraph/proto": "2.25.0",
"@noble/curves": "1.9.7",
"@noble/hashes": "1.8.0"
}
}
}