{ "name": "@lure-hooks/fetch", "version": "1.0.0", "description": "Fetch API adapter for Lure — process webhook events into LLM prompts with Deno, Bun, and Cloudflare Workers", "keywords": [ "bun", "cloudflare-workers", "deno", "fetch", "llm", "prompt", "webhook" ], "license": "ISC", "author": "Graham Barber", "files": [ "dist" ], "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc --build", "prepublishOnly": "tsc --build --force", "test": "vitest run" }, "dependencies": { "@lure-hooks/core": "workspace:^" }, "devDependencies": { "@standard-schema/spec": "^1.1.0", "@types/node": "^25.5.0", "typescript": "^5.9.3", "vitest": "^4.1.0" }, "packageManager": "pnpm@11.0.0-dev.1005" }