{ "name": "pi-github-issues-autocomplete", "private": true, "version": "0.1.0", "type": "module", "scripts": { "clean": "echo 'nothing to clean'", "build": "echo 'nothing to build'", "check": "tsc --noEmit" }, "pi": { "extensions": [ "./index.ts" ] }, "devDependencies": { "@earendil-works/pi-coding-agent": "latest", "@earendil-works/pi-tui": "latest", "@types/node": "latest", "typescript": "latest" } }