gametracker-scraper
Version:
A module that allows you to scraping from Gametracker
29 lines (28 loc) • 599 B
JSON
{
"name": "gametracker-scraper",
"version": "1.0.2",
"description": "A module that allows you to scraping from Gametracker",
"main": "function.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gametracker",
"gametracker-scraper",
"gametracker-scrapper",
"game",
"game-info",
"game-server",
"game-server-scraper",
"game-scraper",
"game-server-info",
"scrapper",
"scraper"
],
"author": "Furtsy",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.5"
}
}