-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 923 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "apk-dl",
"version": "0.0.1",
"description": "Search and get apk from aptoide.",
"main": "app.js",
"scripts": {
"test": "node app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vihangayt0/Aptoide-Scraper.git"
},
"keywords": [
"Apkdl",
"apk downloader",
"scraper",
"playstore",
"playstore dl"
],
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"axios": "^1.2.2",
"file_size_url": "^1.0.4",
"node-fetch": "^3.3.0"
},
"author": "vihangayt0 <[email protected]> (https://github.com/vihangayt0)",
"npm_publisher": "VihangaYT",
"license": "ISC",
"bugs": {
"url": "https://github.com/vihangayt0/Aptoide-Scraper/issues"
},
"homepage": "https://github.com/vihangayt0/Aptoide-Scraper#readme"
}