This repository has been archived on 2022-03-25. You can view files and clone it, but cannot push or open issues/pull-requests.
v1/package.json

21 lines
489 B
JSON

{
"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"
}
}