19 lines
350 B
JSON
19 lines
350 B
JSON
{
|
|
"name": "download-plugs",
|
|
"version": "1.0.4",
|
|
"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"
|
|
}
|
|
}
|