mirror of
https://bitbucket.org/siakitem/my-pi.git
synced 2026-08-28 08:35:57 +00:00
feat: show fast mode in minimal footer
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "@ogulcancelik/pi-minimal-footer",
|
||||
"version": "0.1.10-my-pi.1",
|
||||
"description": "Minimal footer for pi with context gauge and subscription usage bars",
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
"pi-package",
|
||||
"pi-extension",
|
||||
"footer",
|
||||
"context",
|
||||
"usage",
|
||||
"coding-agent"
|
||||
],
|
||||
"author": "Can Celik",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ogulcancelik/pi-extensions.git",
|
||||
"directory": "packages/pi-minimal-footer"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ogulcancelik/pi-extensions/issues"
|
||||
},
|
||||
"homepage": "https://github.com/ogulcancelik/pi-extensions/tree/main/packages/pi-minimal-footer#readme",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"pi": {
|
||||
"extensions": [
|
||||
"./index.ts"
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
"index.ts",
|
||||
"status.ts",
|
||||
"assets/claude.png",
|
||||
"assets/codex.png",
|
||||
"README.md",
|
||||
"UPSTREAM.md",
|
||||
"LICENSE"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "node --experimental-strip-types --test test/*.test.ts",
|
||||
"check": "node --experimental-strip-types --check index.ts"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user