Files
my-pi/pi-minimal-footer/package.json
T

47 lines
1.1 KiB
JSON

{
"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"
}
}