@teaui/core
Version:
A high-level terminal UI library for Node
58 lines • 1.23 kB
JSON
{
"name": "@teaui/core",
"description": "A high-level terminal UI library for Node",
"author": "Colin T.A. Gray <colinta@colinta.com>",
"contributors": [
"Shawn Chen <meishangchen@gmail.com>"
],
"version": "1.14.14",
"license": "MIT",
"type": "module",
"preferGlobal": false,
"repository": {
"type": "git",
"url": "https://github.com/colinta/teaui"
},
"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": [
"curses",
"tui",
"terminal",
"text-ui",
"terminal-ui"
],
"tags": [
"curses",
"tui",
"terminal"
],
"engines": {
"node": ">= 18.12.0"
},
"dependencies": {
"@teaui/inspect": "1.14.14",
"@teaui/term": "1.14.14"
},
"devDependencies": {
"@teaui/shared": "1.14.14"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rm -rf .dist/",
"_build": "pnpm clean && pnpm tsc",
"build": "node ../../shared/check.js",
"typecheck": "tsc -p tsconfig.check.json --noEmit",
"test": "vitest run",
"test:watch": "vitest"
}
}