mirror of
https://github.com/tiennm99/store-scraper-api.git
synced 2026-07-15 18:21:56 +00:00
Bumps the minor-and-patch group with 1 update: [google-play-scraper](https://github.com/facundoolano/google-play-scraper). Updates `google-play-scraper` from 10.1.2 to 10.1.3 - [Release notes](https://github.com/facundoolano/google-play-scraper/releases) - [Commits](https://github.com/facundoolano/google-play-scraper/commits) --- updated-dependencies: - dependency-name: google-play-scraper dependency-version: 10.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
843 B
JSON
30 lines
843 B
JSON
{
|
|
"name": "store-scraper",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"packageManager": "pnpm@11.1.1",
|
|
"description": "Host [google-play-scraper](https://github.com/facundoolano/google-play-scraper) and [app-store-scraper](https://github.com/facundoolano/app-store-scraper)",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tiennm99/store-scraper.git"
|
|
},
|
|
"author": "miti99",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/tiennm99/store-scraper/issues"
|
|
},
|
|
"homepage": "https://github.com/tiennm99/store-scraper#readme",
|
|
"engines": {
|
|
"node": ">=24"
|
|
},
|
|
"dependencies": {
|
|
"app-store-scraper": "^0.18.0",
|
|
"express": "^5.2.0",
|
|
"google-play-scraper": "^10.1.3"
|
|
}
|
|
}
|