mirror of
https://github.com/tiennm99/store-scraper-api.git
synced 2026-05-24 08:25:30 +00:00
6a7e2ae1e6
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>
26 lines
769 B
JSON
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"
|
|
}
|
|
}
|