This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
2018-10-03 14:20:02 +02:00
|
|
|
{
|
|
|
|
"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": {
|
2020-09-28 12:02:33 +02:00
|
|
|
"fastify": "^3.4.1",
|
|
|
|
"fastify-static": "^3.2.0",
|
2022-01-10 10:27:20 +01:00
|
|
|
"google-play-scraper": "^8.0.4"
|
2018-10-03 14:20:02 +02:00
|
|
|
},
|
2020-10-25 13:59:23 +01:00
|
|
|
"peerDependencies": {
|
|
|
|
"anonymous-analytics": "https://git.kaki87.net/KaKi87/anonymous-analytics.git",
|
|
|
|
"fastify-sentry": "^1.4.0"
|
|
|
|
},
|
2018-10-03 14:20:02 +02:00
|
|
|
"scripts": {
|
2019-12-22 15:58:09 +01:00
|
|
|
"start": "node index.js"
|
2018-10-03 14:20:02 +02:00
|
|
|
}
|
|
|
|
}
|