Files
omnivore/packages/content-fetch/package.json
Hongbo Wu 53d6afe25f Fix tests
2022-10-04 10:47:58 +08:00

22 lines
504 B
JSON

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