UNPKG

@teaui/preact

Version:

Preact renderer for TeaUI

51 lines 989 B
{ "name": "@teaui/preact", "description": "Preact renderer for TeaUI", "author": "Colin T.A. Gray <colinta@colinta.com>", "contributors": [], "version": "1.2.5", "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": [ "react", "curses", "tui", "terminal", "text-ui", "terminal-ui" ], "tags": [ "react", "curses", "tui", "terminal" ], "engines": { "node": ">= 18.12.0" }, "peerDependencies": {}, "dependencies": { "preact": "^10.24.3", "@teaui/core": "^1.2.5" }, "devDependencies": { "@teaui/shared": "1.1.4" }, "scripts": { "clean": "rm -rf .dist/", "build": "pnpm clean && pnpm tsc" } }