UNPKG

chatee

Version:
40 lines 802 B
{ "name": "chatee", "version": "0.1.1", "description": "a simple terminal chat app", "type": "module", "main": "index.js", "bin": { "chatee": "./dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=18" }, "repository": { "type": "git", "url": "git+https://github.com/vikiboss/chatee.git" }, "homepage": "https://github.com/vikiboss/chatee", "keywords": [ "chatee", "chat", "terminal", "terminal-app", "icqq", "oicq", "qq-bot" ], "author": "Viki <hi@viki.moe> (https://github.com/vikiboss)", "license": "MIT", "dependencies": { "@icqqjs/icqq": "^1.2.4", "@shined/reactive": "^0.1.3", "ink": "^5.0.1", "ink-select-input": "^6.0.0", "ink-text-input": "^6.0.0", "react": "^18.3.1" } }