Some checks failed
Build and Publish / build-and-publish (push) Failing after 42s
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
61 lines
1.2 KiB
JSON
61 lines
1.2 KiB
JSON
{
|
|
"name": "@lilith/terminal-cli-complex",
|
|
"version": "1.8.11",
|
|
"description": "Rich terminal UI components using blessed",
|
|
"author": "Lilith Platform",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"dev": "tsc --watch",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest --watch",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"keywords": [
|
|
"cli",
|
|
"terminal",
|
|
"blessed",
|
|
"dashboard",
|
|
"tui"
|
|
],
|
|
"dependencies": {
|
|
"blessed": "^0.1.81",
|
|
"blessed-contrib": "^4.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/blessed": "^0.1.25",
|
|
"@types/node": "^20.0.0",
|
|
"tsup": "^8.5.1",
|
|
"typescript": "^5.5.3",
|
|
"vitest": "^4.0.17"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": true
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://forge.black.lan/lilith/terminal-cli-complex.git"
|
|
},
|
|
"type": "module"
|
|
}
|