KPlaySearch (KaKi's Google Play search engine) allows you to perform advanced G-Play search, using filters and sorting features.
https://playsearch.kaki87.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
489 B
20 lines
489 B
{ |
|
"name": "kplaysearch", |
|
"version": "1.0.0", |
|
"description": "Free, in-app free and ad free G-Play search", |
|
"main": "index.js", |
|
"author": "KaKi87", |
|
"license": "MIT", |
|
"dependencies": { |
|
"fastify": "^3.4.1", |
|
"fastify-static": "^3.2.0", |
|
"google-play-scraper": "^8.0.4" |
|
}, |
|
"peerDependencies": { |
|
"anonymous-analytics": "https://git.kaki87.net/KaKi87/anonymous-analytics.git", |
|
"fastify-sentry": "^1.4.0" |
|
}, |
|
"scripts": { |
|
"start": "node index.js" |
|
} |
|
}
|
|
|