{
  "name": "@rock3r/pioneer",
  "version": "0.3.6",
  "description": "Safely delegate reviews and isolated skill evals from coding agents to Pi",
  "license": "SEE LICENSE IN LICENSE",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rock3r/pioneer.git"
  },
  "bugs": {
    "url": "https://github.com/rock3r/pioneer/issues"
  },
  "homepage": "https://github.com/rock3r/pioneer#readme",
  "keywords": [
    "pi",
    "pioneer",
    "codex",
    "claude-code",
    "code-review",
    "sandbox"
  ],
  "files": [
    "dist/",
    "LICENSE",
    "pi-compatibility.json",
    "README.md",
    "plugins/pioneer/"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "build": "node scripts/build.mjs",
    "check": "npm run lint && npm run typecheck && npm test && npm run build && npm run test:e2e",
    "format": "biome format --write .",
    "lint": "biome check .",
    "test": "vitest run",
    "test:e2e": "vitest run --config vitest.e2e.config.ts",
    "test:watch": "vitest",
    "typecheck": "tsc -p tsconfig.json",
    "pioneer": "npm run build --silent && node dist/review-cli.js",
    "sandbox:smoke": "npm run build --silent && node scripts/native-sandbox-smoke.mjs",
    "windows:smoke": "npm run build --silent && node scripts/windows-contract-smoke.mjs",
    "package:smoke": "node scripts/package-smoke.mjs",
    "pi:compat:latest": "node scripts/verify-pi-latest.mjs",
    "pi:compat:smoke": "node scripts/pi-compatibility-smoke.mjs",
    "release:verify": "node scripts/verify-release-version.mjs",
    "prepack": "npm run check"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.5",
    "@types/node": "^22.20.1",
    "@vitest/coverage-v8": "^4.1.10",
    "typescript": "^7.0.2",
    "vitest": "^4.1.10"
  },
  "bin": {
    "pioneer": "dist/review-cli.js"
  }
}
