fix(deps): update google-play-scraper

This commit is contained in:
2025-11-06 14:23:47 +07:00
parent ce5bc0348c
commit 94c911150e
3 changed files with 10 additions and 5 deletions

5
src/test.js Normal file
View File

@@ -0,0 +1,5 @@
import gplay from 'google-play-scraper';
gplay.app({ appId: "pool.us" }).then(value => {
console.log(JSON.stringify(value));
});