forked from nftmax2022/digimon-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.8 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.8 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
{
"name": "digimon-engine",
"version": "1.0.0",
"type": "module",
"description": "Digimon Engine",
"main": "index.js",
"dependencies": {
"@anthropic-ai/sdk": "^0.10.0",
"@aws-sdk/client-bedrock-runtime": "^3.0.0",
"@coinbase/agentkit": "^0.1.0",
"@coinbase/agentkit-langchain": "^0.1.0",
"@damn-fun/sdk": "^0.0.4",
"@google-ai/generativelanguage": "^1.1.0",
"@google-cloud/compute": "^3.0.0",
"@google-cloud/language": "^6.1.0",
"@google-cloud/run": "^1.0.0",
"@google-cloud/scheduler": "^3.0.0",
"@google-cloud/secret-manager": "^4.0.0",
"@google-cloud/storage": "^6.0.0",
"@google/generative-ai": "^0.1.0",
"@langchain/langgraph": "^0.2.44",
"@langchain/openai": "^0.4.2",
"@letta-ai/letta-client": "^0.1.9",
"@mistralai/mistralai": "^0.1.0",
"@types/node": "^latest_version",
"chalk": "^5.3.0",
"cli-table3": "^0.6.3",
"cohere-ai": "^7.0.0",
"commander": "^11.0.0",
"dotenv": "^16.4.7",
"google-auth-library": "^9.0.0",
"lint": "^1.1.2",
"mongodb": "^6.3.0",
"ollama": "^0.1.0",
"openai": "^4.0.0",
"prettier": "^3.4.2",
"typescript": "^5.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.16",
"ts-node": "^10.9.1",
"typescript-eslint": "^8.19.1"
},
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint .",
"typecheck": "tsc --skipLibCheck --noEmit --project tsconfig.json",
"format-check": "prettier --check . --ignore-path .prettierignore",
"format": "prettier --write . --ignore-path .prettierignore"
}
}