{ "name": "nyanpasu", "type": "module", "version": "0.1.4", "description": "BiliBili 番剧视频和弹幕元数据解析脚本", "main": "src/index.mjs", "scripts": { "build": "node build.cjs" }, "repository": { "type": "git", "url": "https://github.com/szdytom/nyanpasu" }, "author": "方而静 ", "license": "GPL-2.0-only", "dependencies": { "@xmldom/xmldom": "^0.8.10", "node-fetch": "^3.3.2", "xml-formatter": "^3.6.0", "yargs": "^17.7.2" }, "devDependencies": { "@vercel/ncc": "^0.38.1" }, "bugs": { "url": "https://github.com/szdytom/nyanpasu/issues" }, "homepage": "https://github.com/szdytom/nyanpasu#readme", "keywords": [ "cli", "script", "bilibili", "application" ] }