kissasian-downloader/package.json

26 lines
603 B
JSON
Raw Normal View History

2021-06-11 21:28:13 -05:00
{
"name": "kissasian-downloader",
"version": "1.0.0",
"description": "",
"main": "./src/index.js",
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "http://192.168.100.4:3000/moonstar-x/kissasian-downloader"
},
"keywords": [],
"author": "moonstar-x",
2021-06-11 22:19:34 -05:00
"license": "ISC",
"dependencies": {
"chalk": "^4.1.1",
"jdownloader-client-yaac": "^1.0.4",
"minimist": "^1.2.5",
"puppeteer": "^10.0.0",
"puppeteer-extra": "^3.1.18",
"puppeteer-extra-plugin-adblocker": "^2.11.11",
"puppeteer-extra-plugin-stealth": "^2.7.8"
}
2021-06-11 21:28:13 -05:00
}