Files
omnivore/packages/puppeteer-parse/package.json
2022-11-17 11:27:51 +08:00

29 lines
756 B
JSON

{
"name": "@omnivore/puppeteer-parse",
"version": "1.0.0",
"description": "Accepts URL of the article and parses its content",
"main": "index.js",
"dependencies": {
"@google-cloud/logging-winston": "^5.1.1",
"@google-cloud/storage": "^5.18.1",
"@omnivore/content-handler": "1.0.0",
"axios": "^0.27.2",
"jsonwebtoken": "^8.5.1",
"linkedom": "^0.14.9",
"luxon": "^2.3.1",
"puppeteer-core": "^16.1.0",
"puppeteer-extra": "^3.3.4",
"puppeteer-extra-plugin-adblocker": "^2.13.5",
"puppeteer-extra-plugin-stealth": "^2.11.1",
"underscore": "^1.13.4",
"winston": "^3.3.3"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^10.0.0"
},
"scripts": {
"test": "mocha test/*.js"
}
}