{ "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": "^13.7.0", "puppeteer-extra": "^3.2.3", "puppeteer-extra-plugin-stealth": "^2.9.0" }, "scripts": { "start": "node app.js", "test": "yarn mocha" } }