{
  "name": "tryassay",
  "version": "0.37.2",
  "description": "AI code verification CLI — find bugs that tests miss, linters ignore, and code review overlooks",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./cli": {
      "import": "./dist/cli.js"
    }
  },
  "bin": {
    "tryassay": "./dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest run",
    "precision": "tsx tests/precision/runner.ts",
    "prepublishOnly": "npm run build && npm run precision"
  },
  "files": [
    "dist/",
    "demo/",
    "README.md",
    "LICENSE"
  ],
  "author": "Ty Wells <tyclaude@snapperland.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/gtsbahamas/hallucination-reversing-system.git"
  },
  "homepage": "https://tryassay.ai",
  "keywords": [
    "ai",
    "verification",
    "hallucination",
    "code-quality",
    "claim-verification",
    "cli"
  ],
  "dependencies": {
    "@anthropic-ai/sdk": "^0.39.0",
    "@modelcontextprotocol/sdk": "^1.27.1",
    "@supabase/supabase-js": "^2.95.3",
    "@upstash/ratelimit": "^2.0.8",
    "@upstash/redis": "^1.36.2",
    "commander": "^13.1.0",
    "openai": "^6.22.0",
    "stripe": "^20.4.1",
    "ts-morph": "^27.0.2",
    "undici": "^8.8.0",
    "z3-solver": "^4.13.4"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@vercel/node": "^5.6.2",
    "typescript": "^5.7.0",
    "vitest": "^4.0.18",
    "yaml": "^2.8.3"
  },
  "engines": {
    "node": ">=20"
  }
}
