{
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --import tsx --test tests/**/*.test.ts",
    "check": "npm run typecheck && npm test && npm pack --dry-run",
    "version:check": "node scripts/check-version-bump.mjs"
  },
  "peerDependencies": {
    "typebox": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-ai": "*"
  },
  "description": "Pi extension that folds multiple repositories and folders into a guarded virtual monorepo for AI agents.",
  "type": "module",
  "version": "0.12.2",
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "files": [
    "README.md",
    "LICENSE",
    "index.ts",
    "path-normalize.ts",
    "unknown-path-allows.ts",
    "file-read-preview.ts",
    "focus-preset.ts",
    "focus-route-override.ts",
    "focus-skills.ts",
    "focus-decision-note.ts",
    "focus-session-state.ts",
    "monofold-read-ops.ts",
    "read-caps.ts",
    "validation.ts"
  ],
  "name": "pi-monofold",
  "devDependencies": {
    "typescript": "^7.0.2",
    "typebox": "^1.1.38",
    "@types/node": "^26.0.0",
    "tsx": "^4.20.5",
    "@earendil-works/pi-coding-agent": "^0.80.6",
    "@earendil-works/pi-ai": "^0.80.6"
  },
  "dependencies": {
    "yaml": "^2.8.1"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "ai-coding",
    "virtual-monorepo",
    "multi-repo"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eiei114/pi-monofold.git"
  },
  "bugs": {
    "url": "https://github.com/eiei114/pi-monofold/issues"
  },
  "homepage": "https://github.com/eiei114/pi-monofold#readme",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT"
}
