generated from Phala-Network/ai-agent-template-openai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 904 Bytes
/
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
{
"name": "ai-agent-openai-template",
"version": "0.0.1",
"license": "MIT",
"engines": {
"node": ">=18"
},
"scripts": {
"build": "phat-fn build --experimentalAsync",
"test": "tsx tests/test.ts",
"set-secrets": "tsx scripts/setSecrets.ts",
"lint": "tsc --noEmit",
"publish-agent": "phat-fn build --experimentalAsync && tsx scripts/publish.ts"
},
"devDependencies": {
"@phala/fn": "^0.2.22",
"blakejs": "^1.2.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.5",
"js-sha3": "^0.9.3",
"thirdweb": "^5.32.3",
"tsx": "^4.7.1",
"typescript": "^5.3.3",
"wyhash": "^1.0.0"
},
"dependencies": {
"@langchain/anthropic": "^0.3.1",
"@langchain/community": "^0.3.1",
"@langchain/core": "^0.3.3",
"axios": "^1.7.7",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"langchain": "^0.3.2",
"viem": "^2.21.10"
}
}