bedetheque-scraper
Version:
NodeJS script to scrap the entire database of dbgest.com / bedetheque.com (approx. 260.000+ albums)
46 lines (45 loc) • 1.06 kB
JSON
{
"name": "bedetheque-scraper",
"version": "2.0.2",
"description": "NodeJS script to scrap the entire database of dbgest.com / bedetheque.com (approx. 260.000+ albums)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "ts-node lib/main.ts"
},
"keywords": [
"scraper",
"bedetheque",
"comics",
"bdgest",
"scrape",
"givka"
],
"author": "givka",
"email": "givka.dev@gmail.com",
"repository": {
"type": "git",
"url": "https://github.com/givka/bedetheque-scraper.git"
},
"license": "MIT",
"engines": {
"node": ">=10.0"
},
"dependencies": {
"axios-https-proxy-fix": "^0.17.1",
"cheerio": "^1.0.0-rc.2",
"fs-extra": "^7.0.0",
"lodash": "^4.17.11",
"moment": "^2.22.2"
},
"devDependencies": {
"@types/cheerio": "^0.22.9",
"@types/fs-extra": "^5.0.4",
"@types/lodash": "^4.14.118",
"@types/moment": "^2.13.0",
"ts-node": "~7.0.0",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.1",
"typescript": "^3.1.3"
}
}