mirror of
https://github.com/tiennm99/store-scraper-api.git
synced 2026-05-13 18:58:40 +00:00
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.2"
|
|
}
|
|
}
|