UNPKG

@chongdashu/cc-statusline

Version:

Interactive CLI tool for generating custom Claude Code statuslines

58 lines 1.4 kB
{ "name": "@chongdashu/cc-statusline", "version": "1.3.2", "description": "Interactive CLI tool for generating custom Claude Code statuslines", "type": "module", "main": "dist/index.js", "bin": { "cc-statusline": "./dist/index.js" }, "scripts": { "build": "tsup", "dev": "tsup --watch", "start": "node dist/index.js", "test": "npm run build && node dist/test.js", "prepublishOnly": "npm run build" }, "keywords": [ "claude-code", "claude", "statusline", "status-line", "cli", "terminal", "productivity", "development", "anthropic", "ai-tools" ], "author": { "name": "Chong-U", "email": "chong-u@aioriented.dev", "url": "https://github.com/chongdashu" }, "license": "MIT", "dependencies": { "commander": "^11.1.0", "inquirer": "^9.2.12", "chalk": "^5.3.0", "ora": "^7.0.1" }, "devDependencies": { "@types/inquirer": "^9.0.7", "@types/node": "^20.10.5", "tsup": "^8.0.1", "typescript": "^5.3.3" }, "engines": { "node": ">=16.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/chongdashu/cc-statusline.git" }, "bugs": { "url": "https://github.com/chongdashu/cc-statusline/issues" }, "homepage": "https://github.com/chongdashu/cc-statusline#readme" }