z-anime
Version:
A full featured scraper of sanji.to with all functionalities.
32 lines (31 loc) • 693 B
JSON
{
"name": "z-anime",
"version": "1.1.3",
"description": "A full featured scraper of sanji.to with all functionalities.",
"main": "index.js",
"directories": {
"Components": "Components"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel . --out-dir dist"
},
"repository": {
"type": "git",
"url": "https://github.com/FantoX/Z-Anime.git"
},
"homepage": "https://github.com/FantoX/Z-Anime#readme",
"keywords": [
"zanime",
"z-anime",
"anime-api",
"anime",
"anime-scraper"
],
"author": "FantoX",
"license": "MIT",
"dependencies": {
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12"
}
}