{ "name": "gitea-tui", "version": "1.0.0", "description": "Interactive TUI explorer for Gitea and Forgejo issues", "type": "module", "main": "dist/index.js", "bin": { "gitea-tui": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "dependencies": { "axios": "^1.7.9", "chalk": "^5.3.0", "commander": "^12.1.0" }, "devDependencies": { "@types/node": "^20.11.0", "typescript": "^5.3.3" } }