-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.4 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
42
43
44
45
46
47
48
49
50
51
{
"name": "@ainize-team/hyperagents",
"version": "1.0.0",
"main": "dist/hyperagents.js",
"types": "dist/hyperagents.d.ts",
"scripts": {
"build": "rm -rf ./dist && tsc",
"dev": "rm -rf ./dist && tsc",
"test": "NODE_ENV=dev jest --passWithNoTests",
"docs": "yarn build && typedoc --options typedoc.json --out docs"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ainize-team/hyperagents.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ainize-team/hyperagents/issues"
},
"homepage": "https://github.com/ainize-team/hyperagents#readme",
"description": "",
"dependencies": {
"@ainblockchain/ain-js": "^1.13.3",
"@azure/identity": "^4.7.0",
"@coinbase/agentkit": "^0.2.2",
"@coinbase/agentkit-langchain": "^0.2.2",
"@google/generative-ai": "^0.22.0",
"@langchain/azure-openai": "^0.0.11",
"@langchain/core": "^0.3.40",
"@langchain/langgraph": "^0.2.49",
"@langchain/openai": "^0.4.4",
"@openzeppelin/contracts": "^5.2.0",
"@types/node": "^22.13.5",
"ai-network-dag-client": "^1.1.3",
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"ethers": "^6.13.5",
"openai": "^4.85.4",
"typescript": "^5.7.3"
},
"devDependencies": {
"@types/uuid": "^10.0.0",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0"
}
}