{ "name": "pi-statusbar", "version": "0.1.0", "private": true, "type": "module", "scripts": { "typecheck": "tsc --noEmit", "lint": "oxlint . --ignore-pattern=.direnv/** --ignore-pattern=node_modules/**" }, "pi": { "extensions": [ "./index.ts" ] }, "devDependencies": { "@earendil-works/pi-coding-agent": "^0.80.10", "@types/node": "^25.6.0", "oxlint": "^1.62.0", "typescript": "^6.0.3" } }