blivedmjs
Version:
B站直播弹幕库的Node.js实现 (CommonJS版本)
42 lines (41 loc) • 1.07 kB
JSON
{
"name": "blivedmjs",
"version": "1.4.0",
"description": "B站直播弹幕库的Node.js实现 (CommonJS版本)",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "node test/test_web.js",
"test:sample": "node test/sample.js",
"test:openlive": "node test/test_openlive.js"
},
"keywords": [
"bilibili",
"live",
"danmaku",
"bililive",
"弹幕",
"直播"
],
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^1.8.4",
"crypto-js": "^4.2.0",
"isomorphic-ws": "^5.0.0",
"pako": "^2.1.0",
"ws": "^8.18.1"
},
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xyself/blivedmjs.git"
},
"homepage": "https://github.com/xyself/blivedmjs",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
}
}