1
0
mirror of https://github.com/szdytom/nyanpasu.git synced 2025-10-19 17:10:16 +00:00
nyanpasu/package.json
2024-01-03 21:55:40 +08:00

36 lines
784 B
JSON

{
"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": "方而静 <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"
]
}