Files
omnivore/packages/content-fetch/package.json
2022-05-12 16:48:59 +08:00

22 lines
514 B
JSON

{
"name": "@omnivore/content-fetch",
"version": "1.0.0",
"description": "Service that fetches page content from a URL",
"main": "index.js",
"dependencies": {
"axios": "^0.26.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"linkedom": "^0.14.9",
"luxon": "^2.3.1",
"puppeteer-core": "^13.7.0",
"puppeteer-extra": "^3.2.3",
"puppeteer-extra-plugin-stealth": "^2.9.0"
},
"scripts": {
"start": "node app.js",
"test": "yarn mocha"
}
}