-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1020 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 1020 Bytes
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
{
"name": "hashlock-ai-sdk",
"version": "0.1.1",
"description": "Vercel AI SDK tool provider for Hashlock Markets \u2014 swap any asset (crypto, RWA, stablecoins) with private sealed bids. NOT the cryptographic hashlock primitive.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"hashlock",
"vercel-ai-sdk",
"ai-tools",
"defi",
"trading",
"intent",
"rwa",
"stablecoins",
"otc",
"sealed-bid",
"swap",
"crypto",
"ethereum",
"arbitrum",
"cross-chain"
],
"author": "Hashlock Tech",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Hashlock-Tech/hashlock-ai-sdk.git"
},
"homepage": "https://hashlock.markets",
"peerDependencies": {
"ai": ">=3.0.0",
"zod": ">=3.0.0"
},
"devDependencies": {
"ai": "^3.4.0",
"typescript": "^5.3.0",
"zod": "^3.22.0"
}
}