{
  "name": "crossline",
  "version": "0.2.2",
  "mcpName": "io.github.jdora09769-bot/crossline",
  "description": "Prove that no user can see another user's data \u2014 automatically, on every commit.",
  "keywords": [
    "authorization",
    "rls",
    "row-level-security",
    "postgres",
    "supabase",
    "multi-tenant",
    "idor",
    "security-testing",
    "nextjs",
    "mcp"
  ],
  "type": "module",
  "license": "MIT",
  "homepage": "https://github.com/jdora09769-bot/crossline#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jdora09769-bot/crossline.git"
  },
  "bugs": {
    "url": "https://github.com/jdora09769-bot/crossline/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "bin": {
    "crossline": "./dist/bin/cli.js",
    "crossline-mcp": "./dist/bin/mcp.js"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./runtime": {
      "types": "./dist/runtime/index.d.ts",
      "import": "./dist/runtime/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "tsc -p tsconfig.json --watch",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:install": "./scripts/testdb.sh up && node scripts/install-smoke.mjs",
    "db:up": "./scripts/testdb.sh up",
    "db:down": "./scripts/testdb.sh down",
    "pretest": "./scripts/testdb.sh up && npm run build",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "prepack": "npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.0",
    "commander": "^12.1.0",
    "pg": "^8.13.1",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "@types/express": "^5.0.6",
    "@types/node": "^22.10.0",
    "@types/pg": "^8.11.10",
    "express": "^5.2.1",
    "next": "^15.5.22",
    "typescript": "^5.7.2",
    "vitest": "^2.1.8",
    "yaml": "^2.9.0"
  }
}
