{ "name": "@mikefreno/ralpi", "version": "0.2.2", "description": "Execute tasks from task files/PRD's using DAG-based dependency resolution with persistent progress tracking", "keywords": [ "pi-package", "pi-extension", "task-runner", "dag", "task-manager", "ralph-loop", "prd" ], "author": "Michael Freno", "license": "MIT", "homepage": "https://github.com/mikefreno/ralpi", "repository": { "type": "git", "url": "git+https://github.com/mikefreno/ralpi.git" }, "bugs": { "url": "https://github.com/mikefreno/ralpi/issues" }, "files": [ "index.ts", "src/", "skills/", "prompts/", "README.md", "LICENSE" ], "scripts": { "typecheck": "tsc --noEmit", "prepublishOnly": "tsc --noEmit", "test": "bun test" }, "engines": { "bun": ">=1.1.0" }, "pi": { "extensions": [ "./index.ts" ], "skills": [ "./skills" ], "prompts": [ "./prompts" ] }, "dependencies": { "yaml": "^2.4.0" }, "peerDependencies": { "@earendil-works/pi-coding-agent": "*", "@earendil-works/pi-tui": "*" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/node": "^20.0.0", "bun-types": "^1.3.14", "typescript": "^5.3.0" } }