mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
15 lines
332 B
JSON
15 lines
332 B
JSON
{
|
|
"name": "@automaker/server-bundle",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"dependencies": {
|
|
"@anthropic-ai/claude-agent-sdk": "^0.1.61",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.3",
|
|
"express": "^5.1.0",
|
|
"morgan": "^1.10.1",
|
|
"node-pty": "1.1.0-beta41",
|
|
"ws": "^8.18.0"
|
|
}
|
|
} |