22 lines
450 B
JSON
22 lines
450 B
JSON
|
|
{
|
||
|
|
"name": "sybil-tui",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.1.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "tsx src/index.ts",
|
||
|
|
"build": "tsc -p tsconfig.json",
|
||
|
|
"start": "node dist/index.js",
|
||
|
|
"typecheck": "tsc --noEmit -p tsconfig.json"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"blessed": "^0.1.81"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/blessed": "^0.1.25",
|
||
|
|
"@types/node": "^25.0.10",
|
||
|
|
"tsx": "^4.21.0",
|
||
|
|
"typescript": "^5.9.3"
|
||
|
|
}
|
||
|
|
}
|