{ "name": "@tintinweb/pi-tasks", "version": "0.4.1", "description": "A pi extension that brings Claude Code-style task tracking and coordination to pi.", "author": "tintinweb", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/tintinweb/pi-tasks.git" }, "homepage": "https://github.com/tintinweb/pi-tasks#readme", "bugs": { "url": "https://github.com/tintinweb/pi-tasks/issues" }, "keywords": [ "pi-package", "pi", "pi-extension", "task", "tasks", "todo", "coordination" ], "dependencies": { "@mariozechner/pi-coding-agent": "^0.61.1", "@mariozechner/pi-tui": "^0.61.1", "@sinclair/typebox": "latest" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run lint && npm run typecheck && npm run test && npm run build", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "lint": "biome check src/ test/", "lint:fix": "biome check --fix src/ test/" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.0.0", "@biomejs/biome": "^2.3.5", "vitest": "^4.0.18" }, "pi": { "extensions": [ "./src/index.ts" ], "video": "https://github.com/tintinweb/pi-tasks/raw/master/media/demo.mp4", "image": "https://github.com/tintinweb/pi-tasks/raw/master/media/screenshot.png" } }