-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 901 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
{
"name": "cypher-core",
"version": "1.0.0",
"description": "A shell interface for a fully autonomous AI agent featuring a light-weight agentic system relying on structured outputs to chain agents together.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "tsc"
},
"author": "bootoshi",
"license": "ISC",
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.10.1",
"@types/shell-quote": "^1.7.5",
"@types/ws": "^8.5.13"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@supabase/supabase-js": "^2.47.5",
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"file-type": "^19.6.0",
"goat-x": "^1.2.0",
"js-yaml": "^4.1.0",
"openai": "^4.76.0",
"shell-quote": "^1.8.2",
"uuid": "^11.0.3",
"ws": "^8.18.0",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.5"
}
}