Initial commit

This commit is contained in:
2025-05-05 00:37:43 -07:00
commit 7677a03ec8
5 changed files with 302 additions and 0 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "download-plugs",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"run": "node index.js"
},
"keywords": [],
"author": "Sophia Atkinson",
"license": "MIT?",
"description": "",
"dependencies": {
"axios": "^1.9.0",
"cheerio": "^1.0.0",
"cli-progress": "^3.12.0",
"ssh2-sftp-client": "^12.0.0"
}
}