@tidic/nautiljon-scraper
Version:
Nautiljon's anime and manga website scraping tool
42 lines (41 loc) • 936 B
JSON
{
"name": "@tidic/nautiljon-scraper",
"version": "1.2.0",
"description": "Nautiljon's anime and manga website scraping tool",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "node test/test.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tidic84/nautiljon-scraper.git"
},
"keywords": [
"nautiljon",
"anime",
"manga",
"scraper",
"scrape",
"scraping",
"tool",
"french",
"france"
],
"author": "Bartholomé Gili",
"license": "MIT",
"bugs": {
"url": "https://github.com/tidic84/nautiljon-scraper/issues"
},
"homepage": "https://github.com/tidic84/nautiljon-scraper#readme",
"dependencies": {
"axios": "^1.6.0",
"cheerio": "^1.0.0-rc.12",
"puppeteer": "^22.8.2",
"remove-accents": "^0.5.0"
}
}