UNPKG

hermitpurple

Version:

A Wikia/Fandom scrapper that uses minimal dependencies

26 lines (25 loc) 506 B
{ "name": "hermitpurple", "version": "0.2.0", "description": "A Wikia/Fandom scrapper that uses minimal dependencies", "main": "index.js", "scripts": { "test": "node test/search.js" }, "repository": { "type": "git", "url": "https://github.com/Soft-Wet-Bot/HermitPurple.git" }, "keywords": [ "wikia", "fandom", "scrapper", "scrap" ], "author": "GeopJr", "license": "MIT", "dependencies": { "cheerio": "^1.0.0-rc.3", "node-fetch": "^2.6.1" } }