{ "name": "@docmd/ui", "version": "0.8.12", "description": "Base UI templates and assets for docmd.", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": "./dist/index.js" }, "scripts": { "build": "tsc" }, "files": [ "dist", "templates", "assets", "translations" ], "engines": { "node": ">=18" }, "dependencies": { "@docmd/api": "workspace:*", "@docmd/tui": "workspace:*" }, "devDependencies": { "@types/node": "^24.13.3" }, "keywords": [ "docmd", "ui", "templates", "assets", "layout", "html", "css", "scss", "kit", "base", "markdown", "minimalist", "zero-config", "site-generator", "static-site-generator", "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" }