Files
agentfs-claude/package.json
T
Clelia (Astra) Bertelli 96a8060c6d first commit
2025-12-05 22:54:58 +01:00

34 lines
814 B
JSON

{
"name": "agentfs-claude",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.15.1",
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/mime-types": "^3.0.1",
"@types/node": "^24.10.1",
"eslint": "^9.39.1",
"globals": "^16.5.0",
"jiti": "^2.6.1",
"prettier": "^3.7.4",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1"
},
"dependencies": {
"@anthropic-ai/claude-agent-sdk": "^0.1.59",
"@llamaindex/workflow-core": "^1.3.3",
"@modelcontextprotocol/sdk": "^1.24.3",
"agentfs-sdk": "^0.2.1",
"mime-types": "^3.0.2",
"zod": "3.25.76"
}
}