{
  "name": "@naees/pi-loops",
  "version": "0.1.1",
  "description": "Bounded goal, schedule, and proactive loops for Pi",
  "type": "module",
  "license": "MIT",
  "author": "Naees",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Naees/pi-loops.git"
  },
  "bugs": {
    "url": "https://github.com/Naees/pi-loops/issues"
  },
  "homepage": "https://github.com/Naees/pi-loops#readme",
  "keywords": [
    "pi-package",
    "pi",
    "coding-agent",
    "loops",
    "loop-engineering"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "files": [
    "src/",
    "skills/",
    "docs/",
    "README.md",
    "LICENSE",
    "CHANGELOG.md",
    "SECURITY.md"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "pi": {
    "extensions": [
      "./src/extension/index.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "typecheck:scripts": "tsc --project tsconfig.scripts.json",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage --maxWorkers=1",
    "test:watch": "vitest",
    "check": "npm run typecheck && npm run typecheck:scripts && npm test",
    "pack:inspect": "node scripts/inspect-pack.mjs",
    "test:packed": "node scripts/test-packed-install.mjs",
    "test:packed:state": "node scripts/test-packed-state-compatibility.mjs",
    "test:e2e:attended": "node scripts/e2e-attended-goal.mjs",
    "test:e2e:scheduled:packed": "node scripts/e2e-packed-scheduled-writer.mjs",
    "test:e2e:proactive:runtime": "vitest run --config scripts/vitest.proactive.config.ts --reporter=dot",
    "test:e2e:proactive:qualification": "node scripts/e2e-proactive-qualification.mjs",
    "test:native:filesystem:qualification": "vitest run tests/integration/native-filesystem-trigger.test.ts --maxWorkers=1",
    "test:rpc:lifecycle:qualification": "node scripts/spike-rpc-lifecycle.ts",
    "spike:rpc": "node scripts/spike-rpc-worker.ts",
    "spike:rpc:lifecycle": "node scripts/spike-rpc-lifecycle.ts",
    "test:rpc:lifecycle:production": "node scripts/spike-rpc-lifecycle.ts",
    "security:check": "node scripts/security-check.mjs",
    "release:candidate": "node scripts/release-candidate.mjs",
    "release:candidate:runtime": "node scripts/release-candidate.mjs --runtime",
    "release:dry-run": "node scripts/publish-dry-run.mjs",
    "spike:watchdog": "node scripts/spike-child-watchdog.mjs",
    "release:check": "node scripts/release-check.mjs"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.80.6",
    "@earendil-works/pi-coding-agent": "0.80.6",
    "@types/node": "24.12.4",
    "@types/proper-lockfile": "4.1.4",
    "@vitest/coverage-v8": "^4.1.9",
    "typebox": "1.1.38",
    "typescript": "5.9.3",
    "vitest": "4.1.9"
  },
  "dependencies": {
    "proper-lockfile": "4.1.2"
  }
}
