1
0
mirror of https://github.com/szdytom/nyanpasu.git synced 2025-10-19 17:10:16 +00:00
nyanpasu/package.json
2023-12-14 21:46:06 +08:00

26 lines
571 B
JSON

{
"name": "nyanpasu",
"type": "module",
"version": "0.1.2",
"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"
}
}