{
  "name": "pi-research-loop",
  "version": "0.6.3",
  "description": "Research workflow, Git worktrees, experiment runner, and event-driven Pi tools",
  "license": "MIT",
  "author": "kuan-er",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kuan-er/pi-research-loop.git"
  },
  "homepage": "https://github.com/kuan-er/pi-research-loop#readme",
  "bugs": {
    "url": "https://github.com/kuan-er/pi-research-loop/issues"
  },
  "type": "module",
  "bin": { "prl": "dist/cli.js" },
  "main": "dist/index.js",
  "files": ["dist", "templates", "skills", "prompts", "examples", "docs", "README.md", "CHANGELOG.md", "LICENSE", "package.json"],
  "publishConfig": { "access": "public" },
  "keywords": ["pi-package", "research", "experiments", "git-worktree"],
  "pi": {
    "extensions": ["./dist/extension.js"],
    "skills": ["./skills"],
    "prompts": ["./prompts"]
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && chmod +x dist/cli.js",
    "test": "npm run build && node --test test/*.test.mjs",
    "prepack": "npm run build",
    "prepublishOnly": "npm test",
    "release:check": "npm test && npm pack --dry-run",
    "pack": "npm pack"
  },
  "dependencies": {
    "typebox": "^1.3.10",
    "yaml": "^2.9.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.82.1"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.82.1",
    "@types/node": "^24.12.4",
    "typescript": "^5.9.3"
  },
  "engines": { "node": ">=22" }
}
