-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 822 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 822 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
{
"name": "acceed-doc",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "dist/index.js",
"scripts": {
"dev": "tsx src/server.ts",
"start": "tsx src/server.ts & cd web && pnpm dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "joeyanbo608@gmail.com",
"license": "AGPL-3.0-only",
"packageManager": "pnpm@11.2.2",
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.3.158",
"@anthropic-ai/sdk": "^0.100.1",
"@modelcontextprotocol/sdk": "^1.29.0",
"@openai/codex-sdk": "^0.135.0",
"dotenv": "^17.4.2",
"ignore": "^7.0.5",
"openai": "^6.38.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/node": "^25.9.1",
"esbuild": "^0.28.0",
"tsx": "^4.22.3",
"typescript": "^6.0.3"
}
}