{ "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" } }