mirror of
https://github.com/tiennm99/store-scraper-api.git
synced 2026-08-30 10:22:27 +00:00
- google-play-scraper 10.1.2 -> 10.1.3 - override undici to 7.28.0 (multiple advisories) - override qs to ^6.15.3 (arrayLimit bypass) - replace unmaintained request with @cypress/request ^4.0.1, dropping vulnerable form-data 2.5.5 and uuid 3.4.0
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"
|
|
}
|
|
}
|