{
  "name": "pi-forgejo-toolkit",
  "version": "0.10.0",
  "description": "Multi-server Forgejo workflows, dashboard, reviews, and Actions tools for Pi",
  "type": "module",
  "author": {
    "name": "Alper Tarhan",
    "url": "https://github.com/alpertarhan"
  },
  "homepage": "https://github.com/alpertarhan/pi-forgejo-toolkit#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alpertarhan/pi-forgejo-toolkit.git"
  },
  "bugs": {
    "url": "https://github.com/alpertarhan/pi-forgejo-toolkit/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "forgejo",
    "gitea",
    "coding-agent",
    "developer-tools",
    "multi-server"
  ],
  "license": "MIT",
  "files": [
    "extensions",
    "examples",
    "skills",
    "src",
    ".env.example",
    "README.md",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "SECURITY.md",
    "LICENSE"
  ],
  "scripts": {
    "check": "bun run typecheck && bun run test",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepack": "bun run check"
  },
  "pi": {
    "extensions": [
      "./extensions/forgejo/index.ts"
    ]
  },
  "omp": {
    "extensions": [
      "./extensions/forgejo/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.85.0",
    "@earendil-works/pi-coding-agent": "0.85.0",
    "@earendil-works/pi-tui": "0.85.0",
    "@types/node": "^22.19.0",
    "@types/proper-lockfile": "4.1.4",
    "typebox": "1.3.25",
    "typescript": "^7.0.2",
    "vitest": "^4.1.10"
  },
  "engines": {
    "node": ">=22.19.0"
  },
  "packageManager": "bun@1.3.14",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "dependencies": {
    "proper-lockfile": "4.1.2"
  }
}
