@christiangalsterer/opencode-requesty-plugin
Advanced tools
+37
-1
@@ -1,1 +0,37 @@ | ||
| {"name": "@christiangalsterer/opencode-requesty-plugin", "version": "0.1.0", "description": "opencode TUI plugin: shows Requesty.ai monthly budget, current spend, and per-model cost distribution in the session sidebar, in the session prompt and with a detail dialog via the /requesty command", "type": "module", "main": "./dist/tui.tsx", "exports": {".": "./dist/tui.tsx", "./package.json": "./package.json"}, "files": ["dist", "README.md", "LICENSE"], "scripts": {"ci": "bun run clean && bun install && bun run typecheck && bun test && bun run build", "build": "rm -rf ./dist && mkdir -p ./dist && cp -r src/* dist/ && mv dist/index.tsx dist/tui.tsx", "clean": "rm -rf ./dist ./node_modules && bun install", "typecheck": "tsc --noEmit", "test": "bun test"}, "keywords": ["opencode", "opencode-plugin", "requesty", "tui", "cost-tracking"], "license": "MIT", "devDependencies": {"@opencode-ai/plugin": "^1.18.16", "@opencode-ai/sdk": "^1.18.16", "@opentui/core": "^0.5.1", "@opentui/keymap": "^0.5.1", "@opentui/solid": "^0.5.1", "@types/bun": "^1.3.0", "@types/node": "^24.0.0", "solid-js": "^1.9.12", "typescript": "^5.8.3"}} | ||
| { | ||
| "name": "@christiangalsterer/opencode-requesty-plugin", | ||
| "version": "0.1.1", | ||
| "description": "opencode TUI plugin: shows Requesty.ai monthly budget, current spend, and per-model cost distribution in the session sidebar, in the session prompt and with a detail dialog via the /requesty command", | ||
| "type": "module", | ||
| "exports": { | ||
| "./tui": "./dist/tui.tsx", | ||
| "./package.json": "./package.json" | ||
| }, | ||
| "engines": { | ||
| "opencode": "^1.18.11" | ||
| }, | ||
| "publishConfig": { | ||
| "access": "public" | ||
| }, | ||
| "files": ["dist", "README.md", "LICENSE"], | ||
| "scripts": { | ||
| "ci": "bun run clean && bun install && bun run typecheck && bun test && bun run build", | ||
| "build": "rm -rf ./dist && mkdir -p ./dist && cp -r src/* dist/ && mv dist/index.tsx dist/tui.tsx", | ||
| "clean": "rm -rf ./dist ./node_modules && bun install", | ||
| "typecheck": "tsc --noEmit", | ||
| "test": "bun test" | ||
| }, | ||
| "keywords": ["opencode", "opencode-plugin", "requesty", "tui", "cost-tracking"], | ||
| "license": "MIT", | ||
| "devDependencies": { | ||
| "@opencode-ai/plugin": "^1.18.16", | ||
| "@opencode-ai/sdk": "^1.18.16", | ||
| "@opentui/core": "^0.5.1", | ||
| "@opentui/keymap": "^0.5.1", | ||
| "@opentui/solid": "^0.5.1", | ||
| "@types/bun": "^1.3.0", | ||
| "@types/node": "^24.0.0", | ||
| "solid-js": "^1.9.12", | ||
| "typescript": "^5.8.3" | ||
| } | ||
| } |
51765
0.34%