mirror of
https://github.com/szdytom/nyanpasu.git
synced 2025-10-19 17:10:16 +00:00
36 lines
780 B
JSON
36 lines
780 B
JSON
{
|
|
"name": "nyanpasu",
|
|
"type": "module",
|
|
"version": "0.1.3",
|
|
"description": "BiliBili 番剧视频和弹幕元数据解析脚本",
|
|
"main": "src/index.mjs",
|
|
"scripts": {
|
|
"build": "./build.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/szdytom/nyanpasu"
|
|
},
|
|
"author": "方而静 <szdytom@qq.com>",
|
|
"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"
|
|
]
|
|
}
|