@owloops/claude-powerline
Version:
Beautiful vim-style powerline statusline for Claude Code with real-time usage tracking, git integration, and custom themes
82 lines (81 loc) • 2.12 kB
JSON
{
"name": "@owloops/claude-powerline",
"version": "1.26.0",
"description": "Beautiful vim-style powerline statusline for Claude Code with real-time usage tracking, git integration, and custom themes",
"type": "module",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"exports": {
".": "./dist/index.mjs",
"./browser": {
"types": "./dist/browser.d.ts",
"import": "./dist/browser.js"
}
},
"bin": {
"claude-powerline": "./bin/claude-powerline"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"typecheck": "tsc --noEmit",
"start": "node dist/index.mjs",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"benchmark:timing": "scripts/benchmark_timing.sh",
"prepublishOnly": "npm run lint && npm run typecheck && npm run build"
},
"keywords": [
"claude",
"powerline",
"statusline",
"typescript",
"claude-code"
],
"author": "Owloops",
"license": "MIT",
"homepage": "https://github.com/Owloops/claude-powerline#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Owloops/claude-powerline.git"
},
"bugs": {
"url": "https://github.com/Owloops/claude-powerline/issues"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"dist",
"bin",
"plugin",
"src",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^30.0.0",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"jest": "^30.0.5",
"prettier": "^3.6.2",
"semantic-release": "^25.0.2",
"ts-jest": "^29.4.1",
"tsdown": "^0.21.4",
"typescript": "^5.0.0"
}
}