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.
v1/package.json

21 lines
489 B
JSON
Raw Normal View History

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": {
"fastify": "^3.4.1",
"fastify-static": "^3.2.0",
"google-play-scraper": "^8.0.4"
2018-10-03 14:20:02 +02: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
}
}