{ "name": "lure", "version": "1.0.0", "description": "Process webhook events into LLM-consumable prompts", "keywords": [ "liquid", "llm", "prompt", "template", "webhook" ], "license": "ISC", "author": "Graham Barber", "type": "module", "main": "index.js", "scripts": { "fmt": "oxfmt", "fmt:check": "oxfmt --check", "lint": "oxlint", "lint:fix": "oxlint --fix", "test": "pnpm -r test", "changeset": "changeset", "version-packages": "changeset version" }, "devDependencies": { "@changesets/cli": "^2.30.0", "oxfmt": "^0.41.0", "oxlint": "^1.56.0", "typescript": "^5.9.3" }, "packageManager": "pnpm@11.0.0-dev.1005" }