{ "author": "Cloudflare Inc.", "bugs": { "url": "https://github.com/cloudflare/agents/issues" }, "description": "Add Cloudflare Agents to your Hono app", "devDependencies": { "agents": "^0.7.0", "hono": "^4.12.8" }, "publishConfig": { "access": "public" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" } }, "files": [ "dist", "README.md" ], "keywords": [ "cloudflare", "agents", "hono" ], "license": "MIT", "main": "src/index.ts", "name": "hono-agents", "peerDependencies": { "agents": ">=0.3.10 <1.0.0", "hono": "^4.6.17" }, "repository": { "directory": "packages/hono-agents", "type": "git", "url": "git+https://github.com/cloudflare/agents.git" }, "scripts": { "build": "tsx ./scripts/build.ts" }, "type": "module", "types": "dist/index.d.ts", "version": "3.0.7" }