UNPKG

@bilicli/live-full

Version:

Bili-Live danmu client

40 lines 812 B
{ "name": "@bilicli/live-full", "version": "0.3.3", "description": "Bili-Live danmu client", "type": "module", "main": "dist/index.js", "exports": "./dist/index.js", "types": "dist/index.d.ts", "files": [ "bin", "dist" ], "keywords": [ "bilibili", "bilibili-live", "danmaku", "danmu", "terminal", "cli", "tui" ], "author": "ddiu8081 <ddiu8081@gmail.com>", "license": "MIT", "devDependencies": { "@temir/cli": "^0.0.20" }, "dependencies": { "@temir/core": "^0.0.20", "@temir/link": "^0.0.20", "@temir/tab": "^0.0.20", "blive-message-listener": "^0.4.0", "dayjs": "^1.11.6", "ohmyfetch": "^0.4.21", "vue": "^3.2.45" }, "scripts": { "dev": "temir src/index.ts", "build": "temir build src/index.ts" } }