source-scraper-puppeteer-runner
Version:
Provides the PuppeteerRunner class for scrapping.
58 lines (57 loc) • 1.88 kB
JSON
{
"name": "source-scraper-puppeteer-runner",
"version": "1.0.9",
"description": "Provides the PuppeteerRunner class for scrapping.",
"author": "OpenByte <development.openbyte@gmail.com>",
"main": "dist/index.js",
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/OpenByteDev/SourceScraper.git"
},
"dependencies": {
"puppeteer": "^1.16.0",
"source-scraper-core": "^1.1.5"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.2",
"@types/puppeteer": "^1.12.4",
"chai": "^4.2.0",
"mocha": "^6.1.4",
"npm-run-all": "^4.1.5",
"source-scraper-test-utils": "^1.1.5",
"ts-node": "^8.1.0",
"ts-typie": "^1.1.1",
"tslint": "^5.16.0",
"tslint-eslint-rules": "^5.4.0",
"typedoc": "^0.14.2",
"typescript": "^3.4.5"
},
"scripts": {
"ci-test": "npm-run-all lint build test",
"test": "mocha test/*.spec.ts",
"lint": "tslint -p .",
"lint-fix": "tslint -p . --fix",
"build": "tsc",
"gen-doc": "typedoc --out ./docs ./lib/ --ignoreCompilerErrors --target ES6 --name \"source-scraper-puppeteer-runner\" --excludePrivate --module commonjs --mode file --externalPattern node_modules --excludeExternals"
},
"keywords": [
"source-scraper",
"source",
"scrap",
"scraper",
"scrapers",
"scraping",
"extractor",
"source-scraper-runner",
"puppeteer"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenByteDev/SourceScraper/issues"
},
"homepage": "https://github.com/OpenByteDev/SourceScraper#readme",
"gitHead": "b4b0c4ec87875ab6012b72b2c90087c3b3238b35"
}