{
  "name": "pierre-review",
  "version": "0.1.107",
  "description": "Dashboard for tracking your team's GitHub PR activity across repos — local (SQLite + gh) or self-hosted multi-tenant cloud (Postgres + GitHub App).",
  "type": "module",
  "author": "Alex Wakeman",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexwakeman/pierre-review.git"
  },
  "homepage": "https://github.com/alexwakeman/pierre-review#readme",
  "bugs": {
    "url": "https://github.com/alexwakeman/pierre-review/issues"
  },
  "bin": {
    "pierre": "dist/cli.js",
    "pierre-review": "dist/cli.js"
  },
  "files": [
    "dist",
    "public",
    "public-landing",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@fastify/cookie": "^11.0.2",
    "@fastify/cors": "^10.0.1",
    "@fastify/secure-session": "^8.3.0",
    "@fastify/static": "^10.1.2",
    "@octokit/graphql": "^8.1.2",
    "better-sqlite3": "^11.8.0",
    "drizzle-orm": "^0.45.2",
    "fastify": "^5.10.0",
    "node-cron": "^4.6.0",
    "pg": "^8.21.0"
  },
  "keywords": [
    "github",
    "pull-requests",
    "code-review",
    "dashboard",
    "cli",
    "team"
  ],
  "license": "SEE LICENSE IN LICENSE"
}
