| 1234567891011121314151617181920212223242526 |
- {
- "name": "agent-manager-client",
- "version": "1.0.0",
- "description": "TypeScript Claude Agent SDK client for issue automation",
- "main": "dist/index.js",
- "type": "module",
- "scripts": {
- "build": "tsc",
- "watch": "tsc --watch",
- "clean": "rm -rf dist"
- },
- "keywords": ["claude", "agent", "gogs", "automation"],
- "author": "",
- "license": "ISC",
- "engines": {
- "node": ">=18.0.0"
- },
- "dependencies": {
- "@anthropic-ai/claude-agent-sdk": "^0.1.28",
- "@modelcontextprotocol/sdk": "^1.0.4"
- },
- "devDependencies": {
- "@types/node": "^20.0.0",
- "typescript": "^5.3.0"
- }
- }
|