{
  "name": "@0xtiby/looper",
  "version": "0.3.4",
  "description": "Standalone AI loop orchestration engine",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "bin": {
    "looper": "./dist/cli.js"
  },
  "files": [
    "dist",
    "pi-extension"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run --bail 1",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit",
    "lint": "biome check .",
    "format": "biome format --write ."
  },
  "keywords": [
    "ai",
    "cli",
    "loop",
    "orchestration",
    "claude",
    "codex",
    "pi",
    "pi-package"
  ],
  "author": "0xtiby",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/0xtiby/looper.git"
  },
  "bugs": {
    "url": "https://github.com/0xtiby/looper/issues"
  },
  "homepage": "https://github.com/0xtiby/looper#readme",
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@0xtiby/spawner": "^1.3.1",
    "commander": "^14.0.3",
    "zod": "^4.4.3"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "pi": {
    "extensions": [
      "pi-extension"
    ]
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.15",
    "@j178/prek": "^0.4.1",
    "@types/node": "^25.9.1",
    "semantic-release": "^25.0.3",
    "tsup": "^8.5.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.7"
  },
  "packageManager": "pnpm@11.1.3"
}
