mal-scrape
Version:
scrapes info from myanimelist
22 lines (21 loc) • 418 B
JSON
{
"name": "mal-scrape",
"version": "1.1.0",
"main": "index.js",
"repository": "https://github.com/leon-4A6C/mal-scrape",
"keywords": [
"MAL",
"myanimelist",
"my anime list",
"anime",
"api",
"mal-api",
"myanimelist-api"
],
"author": "leon in 't Veld <leon3110l@gmail.com>",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"node-fetch": "^1.7.2"
}
}