{ "name": "@docmd/tui", "version": "0.8.12", "description": "Terminal User Interface (TUI) design system for docmd.", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsc" }, "files": [ "dist" ], "engines": { "node": ">=18" }, "dependencies": { "chalk": "^4.1.2" }, "devDependencies": { "@types/node": "^24.13.3", "typescript": "^5.9.3" }, "keywords": [ "docmd", "documentation", "tui", "terminal", "cli", "design-system", "chalk", "docs" ], "author": { "name": "Ghazi", "url": "https://mgks.dev" }, "repository": { "type": "git", "url": "git+https://github.com/docmd-io/docmd.git" }, "bugs": { "url": "https://github.com/docmd-io/docmd/issues" }, "homepage": "https://docmd.io", "funding": "https://github.com/sponsors/mgks", "license": "MIT" }