1
0
mirror of https://github.com/szdytom/nyanpasu.git synced 2025-11-01 23:00:16 +00:00
nyanpasu/package.json
szdytom 687b2b4a8d
Initial commit
Signed-off-by: szdytom <szdytom@qq.com>
2023-12-12 16:06:55 +08:00

16 lines
407 B
JSON

{
"name": "nyanpasu-clone",
"version": "0.1.0",
"description": "下载缓存B站上某一番剧的全部视频和弹幕",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.gzezfisher.top/szTom/nyanpasu-clone"
},
"author": "方而静 <szdytom@qq.com>",
"license": "GPL-2.0-only"
}