bilibili-live-manager
Version:
BiliBili 直播管理器
45 lines (44 loc) • 823 B
JSON
{
"name": "bilibili-live-manager",
"description": "BiliBili 直播管理器",
"version": "1.0.1",
"author": {
"name": "lZiMUl",
"email": "AA2908554069@gmail.com",
"url": "https://b23.tv/vUMYbj"
},
"contributors": [
{
"name": "lZiMUl",
"email": "AA2908554069@gmail.com",
"url": "https://b23.tv/vUMYbj"
}
],
"maintainers": [
{
"name": "lZiMUl",
"email": "AA2908554069@gmail.com",
"url": "https://b23.tv/vUMYbj"
}
],
"homepage": "https://b23.tv/vUMYbj",
"main": "./src/app.js",
"type": "module",
"license": "GPL-3.0",
"scripts": {
"start": "node .",
"dev": "nodemon .",
"test": "node ./tests/index.js",
"build": "node ./builds/index.js"
},
"keywords": [
"lZiMUl",
"BiliBili",
"Live",
"Manager"
],
"dependencies": {
"axios": "^0.24.0",
"qs": "^6.10.2"
}
}