mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
31 lines
699 B
JSON
31 lines
699 B
JSON
{
|
|
"name": "danmaku-converter",
|
|
"version": "1.8.0",
|
|
"description": "将 bilibili 的 XML 弹幕转换为 ASS 弹幕",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/the1812/Bilibili-Evolved.git"
|
|
},
|
|
"keywords": [
|
|
"danmaku",
|
|
"bilibili",
|
|
"converter",
|
|
"ass",
|
|
"xml"
|
|
],
|
|
"author": "Grant Howard",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/the1812/Bilibili-Evolved/issues"
|
|
},
|
|
"homepage": "https://github.com/the1812/Bilibili-Evolved#readme",
|
|
"dependencies": {
|
|
"@types/node": "^12.0.12",
|
|
"text-metrics": "^1.0.1"
|
|
}
|
|
}
|