opgg-scraper
Version:
A promised based u.gg scraper for League of Legends with a few more data than other packages.
36 lines (35 loc) • 745 B
JSON
{
"name": "opgg-scraper",
"version": "3.0.2",
"description": "A promised based u.gg scraper for League of Legends with a few more data than other packages.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install-browsers": "playwright install chromium"
},
"type": "module",
"keywords": [
"league",
"of",
"legends",
"opgg",
"scraper",
"match",
"history"
],
"author": "Kayc",
"files": [
"index.js",
"LICENSE",
"README.md"
],
"license": "ISC",
"repository": "kaycmendes/opgg-scraper",
"dependencies": {
"playwright": "^1.40.1",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@playwright/test": "^1.40.1"
}
}