26 lines
623 B
JSON
26 lines
623 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",
|
|
"underscore": "^1.13.4",
|
|
"winston": "^3.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.6",
|
|
"mocha": "^10.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test/*.js"
|
|
}
|
|
}
|