{
  "name": "tyrekick",
  "version": "0.7.0",
  "description": "Open-source, zero-backend comment overlay for web prototypes. Feedback goes straight to a destination you own.",
  "type": "module",
  "license": "MIT",
  "author": "Richard, Frontier Operations Limited",
  "homepage": "https://frontierops.dev",
  "main": "dist/tyrekick.esm.js",
  "module": "dist/tyrekick.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/tyrekick.esm.js",
      "default": "./dist/tyrekick.js"
    }
  },
  "files": [
    "bin",
    "dist",
    "src",
    "destinations",
    "skills",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "node build.mjs && tsc -p tsconfig.json",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "e2e": "node build.mjs && playwright test",
    "size": "node build.mjs && node scripts/check-size.mjs",
    "clean:vexp": "node scripts/strip-local-tooling.mjs",
    "check:clean": "git ls-files -z AGENTS.md README.md llms.txt docs mcp/README.md destinations .github | xargs -0 grep -liq vexp && { echo 'FAIL: local tooling (vexp) block found in a TRACKED shared doc — it would ship to every consumer.'; echo 'Fix: npm run clean:vexp'; exit 1; } || exit 0",
    "prepublishOnly": "npm run check:clean && npm run typecheck && npm run build && npm run size && npm test"
  },
  "devDependencies": {
    "@playwright/test": "^1.48.0",
    "esbuild": "^0.24.0",
    "jsdom": "^25.0.0",
    "typescript": "^5.6.0",
    "vitest": "^2.1.0",
    "wrangler": "^4.107.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/richardofortune/tyrekick.git"
  },
  "bugs": {
    "url": "https://github.com/richardofortune/tyrekick/issues"
  },
  "keywords": [
    "feedback",
    "widget",
    "review",
    "comments",
    "mcp",
    "ai-agents",
    "prototype"
  ],
  "bin": {
    "tyrekick": "bin/cli.mjs"
  }
}
