se-scraper/package.json

41 lines
1.0 KiB
JSON

{
"name": "se-scraper",
"version": "1.5.7",
"description": "A module using puppeteer to scrape several search engines such as Google, Bing and Duckduckgo",
"homepage": "https://scrapeulous.com/",
"main": "index.js",
"scripts": {
"postinstall": "cd src/puppeteer-cluster && npm install && npm run build",
"test": "mocha test/static_tests/"
},
"keywords": [
"scraping",
"search-engines",
"google",
"bing",
"web-scraping"
],
"author": "Nikolai Tschacher <hire@incolumitas.com> (https://incolumitas.com/)",
"repository": {
"type": "git",
"url": "https://github.com/NikolaiT/se-scraper"
},
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"debug": "^4.1.1",
"got": "^9.6.0",
"lodash": "^4.17.14",
"puppeteer": "^2.0.0",
"puppeteer-extra": "^2.1.3",
"puppeteer-extra-plugin-stealth": "^2.2.2",
"user-agents": "^1.0.378",
"winston": "^3.2.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-string": "^1.5.0",
"mocha": "^6.1.4"
}
}