Files
omnivore/packages/content-fetch/package.json
2022-07-15 11:09:57 +08:00

20 lines
433 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.27.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"linkedom": "^0.14.9",
"luxon": "^2.3.1",
"puppeteer-core": "^15.3.2"
},
"scripts": {
"start": "node app.js",
"test": "yarn mocha"
}
}