23 lines
523 B
JSON
23 lines
523 B
JSON
{
|
|
"name": "blive-ws",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.6.2",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@tokine/bilibili-bridge": "^0.2.24",
|
|
"ws": "npm:@kevisual/ws"
|
|
},
|
|
"devDependencies": {
|
|
"@kevisual/types": "^0.0.9",
|
|
"@types/ws": "^8.18.1"
|
|
}
|
|
}
|