Files
store-scraper-api/package.json
T
dependabot[bot] 6a7e2ae1e6 Bump express from 5.1.0 to 5.2.0
Bumps [express](https://github.com/expressjs/express) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: express
  dependency-version: 5.2.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-02 01:50:58 +00:00

26 lines
769 B
JSON

{
"name": "store-scraper",
"type": "module",
"version": "1.0.0",
"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",
"dependencies": {
"app-store-scraper": "^0.18.0",
"express": "^5.2.0",
"google-play-scraper": "^10.1.2"
}
}