{
  "name": "@runwell/intent",
  "version": "1.0.0",
  "description": "Unified form submission handler: Google Sheets webhook, Telegram notifications, local JSON store",
  "type": "module",
  "main": "./src/index.ts",
  "types": "./src/index.ts",
  "exports": {
    ".": {
      "types": "./src/index.ts",
      "import": "./src/index.ts"
    }
  },
  "scripts": {
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "zod": "^4.3.6"
  },
  "peerDependencies": {
    "next": ">=15"
  }
}
