UNPKG

@teaui/preact

Version:

Preact renderer for TeaUI

52 lines 1.01 kB
{ "type": "module", "name": "@teaui/preact", "description": "Preact renderer for TeaUI", "author": "Colin T.A. Gray <colinta@colinta.com>", "contributors": [], "version": "1.6.8", "license": "MIT", "preferGlobal": false, "repository": { "type": "git", "url": "git://github.com/colinta/teaui.git" }, "homepage": "https://github.com/colinta/teaui", "main": ".dist/index.js", "types": ".dist/index.d.ts", "files": [ ".dist/" ], "bugs": { "url": "http://github.com/colinta/teaui/issues" }, "keywords": [ "preact", "curses", "tui", "terminal", "text-ui", "terminal-ui" ], "tags": [ "preact", "curses", "tui", "terminal" ], "engines": { "node": ">= 18.12.0" }, "peerDependencies": {}, "dependencies": { "preact": "^10.24.3", "@teaui/core": "1.6.8" }, "devDependencies": { "@teaui/shared": "1.6.8" }, "scripts": { "clean": "rm -rf .dist/", "build": "pnpm clean && pnpm tsc" } }