{
  "name": "@nannier-com/lookout",
  "version": "0.59.6",
  "description": "Project-agnostic visual AI tester: captures what an app actually renders, judges it against UI best practices and per-project rules via the local Claude Code CLI, verifies acceptance criteria, and tracks findings in an adjudicated backlog.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nannier-com/lookout.git"
  },
  "bugs": {
    "url": "https://github.com/nannier-com/lookout/issues"
  },
  "keywords": [
    "visual-testing",
    "ai",
    "qa",
    "screenshots",
    "playwright",
    "claude",
    "acceptance-criteria",
    "accessibility",
    "cli"
  ],
  "type": "module",
  "bin": {
    "lookout": "./dist/cli.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "skills",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "eslint .",
    "build": "rm -rf dist && tsc -p tsconfig.build.json && vite build && chmod +x dist/cli.js",
    "test": "bun test --max-concurrency=1",
    "test:ui": "bun tools/ui-check/run.ts ci",
    "test:package": "bun tools/package/smoke.ts",
    "changeset": "changeset",
    "version-packages": "changeset version",
    "release": "changeset publish",
    "prepublishOnly": "bun run build"
  },
  "dependencies": {
    "@axe-core/playwright": "^4.10.2",
    "playwright": "^1.60.0",
    "proper-lockfile": "^4.1.2",
    "sharp": "^0.35.0"
  },
  "devDependencies": {
    "@changesets/cli": "^2.31.0",
    "@eslint/js": "^9",
    "@nannier-com/canvas": "2.62.1",
    "@react-native/assets-registry": "0.81.5",
    "@types/bun": "^1.2.23",
    "@types/node": "^25.9.3",
    "@types/proper-lockfile": "^4.1.4",
    "@types/react": "19.2.2",
    "@types/react-dom": "19.2.2",
    "@vitejs/plugin-react": "5.0.4",
    "buffer": "^6.0.3",
    "eslint": "^9",
    "react": "19.2.0",
    "react-dom": "19.2.0",
    "react-native-svg": "15.15.1",
    "react-native-web": "0.21.2",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.64.0",
    "vite": "7.1.7"
  }
}
