jeydin21-anime-scraper
Version:
very easy to use package to scrap anime from gogoanime.ai
29 lines (28 loc) • 720 B
JSON
{
"name": "jeydin21-anime-scraper",
"version": "1.4.0",
"description": "very easy to use package to scrap anime from gogoanime.ai",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"anime-scraper",
"scrap-anime",
"jeydin21",
"animescraper",
"discord",
"javascript"
],
"bugs": {
"url": "https://github.com/Jeydin21/jeydin21-anime-scraper/issues"
},
"homepage": "https://github.com/Jeydin21/jeydin21-anime-scraper#readme",
"author": "Jeydin21",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.10"
}
}