UNPKG

aniwave-scraper

Version:
41 lines (40 loc) 956 B
{ "name": "aniwave-scraper", "version": "1.0.2", "description": "a simple anime scraper for aniwave website", "main": "build/index.js", "scripts": { "start": "tsc && node build/examples.js", "build": "tsc", "test": "tsc && node build/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/ItzYuzuruYT/aniwave-scraper.git" }, "keywords": [ "aniwave", "9anime", "scraper", "aniwave-scraper", "9anime-scraper", "anime", "anime scraper" ], "author": "ItzYuzuru", "license": "MIT", "bugs": { "url": "https://github.com/ItzYuzuruYT/aniwave-scraper/issues" }, "homepage": "https://github.com/ItzYuzuruYT/aniwave-scraper#readme", "devDependencies": { "@types/node": "^20.12.11", "@types/user-agents": "^1.0.4", "typescript": "^5.4.5" }, "dependencies": { "axios": "^1.6.8", "cheerio": "^1.0.0-rc.12", "user-agents": "^1.1.207" } }