21 lines
462 B
JSON
21 lines
462 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": "^16.1.0",
|
|
"underscore": "^1.13.4"
|
|
},
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"test": "yarn mocha"
|
|
}
|
|
}
|