aptoide_scrapper_fixed
Version:
rechercher et télécharger des applications depuis Aptoide
63 lines (31 loc) • 907 B
JSON
{
"name": "aptoide_scrapper_fixed",
"version": "1.0.2",
"description": "rechercher et télécharger des applications depuis Aptoide",
"main": "app.js",
"scripts": {
"test": "node app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nignanfatao/aptoide_apk_dl.git"
},
"keywords": [
"Apkdl",
"apk downloader",
"scraper",
"playstore",
"playstore dl"
],
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"axios": "^1.2.2",
"node-fetch": "^3.3.0"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/Nignanfatao/aptoide_apk_dl/issues"
},
"homepage": "https://github.com/Nignanfatao/aptoide_apk_dl#readme"
}