-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 990 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 990 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
{
"name": "isaac-forge",
"private": true,
"version": "0.0.1",
"description": "The first infrastructure for autonomous scientific agents, powered by $ISAACX",
"type": "module",
"author": "aietal",
"scripts": {
"build": "tsc",
"test": "jest"
},
"keywords": [
"ai",
"autonomous-agents",
"desci",
"scientific-agents",
"isaacx",
"decentralized-science",
"research-automation",
"cybernetics",
"typescript"
],
"license": "Apache-2.0",
"dependencies": {
"es-toolkit": "^1.25.1",
"openai": "^4.67.3",
"@solana/web3.js": "^1.90.0",
"@solana/spl-token": "^0.4.0"
},
"devDependencies": {
"@types/node": "^16.18.113",
"typescript": "^4.9.5",
"zod": "^3.23.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aietal/isaac-forge.git"
},
"bugs": {
"url": "https://github.com/aietal/isaac-forge/issues"
},
"homepage": "https://github.com/aietal/isaac-forge#readme"
}