omnivore/packages/import-handler/package.json

60 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2022-02-11 17:24:33 +00:00
{
"name": "@omnivore/import-handler",
"version": "1.0.0",
"description": "",
"main": "build/src/index.js",
"files": [
"build/src"
],
"keywords": [],
"license": "Apache-2.0",
2022-02-11 17:24:33 +00:00
"scripts": {
"test:typecheck": "tsc --noEmit",
2022-02-11 17:24:33 +00:00
"lint": "eslint src --ext ts,js,tsx,jsx",
"compile": "tsc",
2024-01-17 09:56:59 +00:00
"build": "tsc",
"start": "functions-framework --target=importHandler",
2023-05-25 04:15:05 +00:00
"dev": "concurrently \"tsc -w\" \"nodemon --watch ./build/ --exec npm run start\"",
2023-05-25 07:51:48 +00:00
"start:collector": "functions-framework --target=importMetricsCollector"
2022-02-11 17:24:33 +00:00
},
"devDependencies": {
2023-01-11 08:22:31 +00:00
"@types/chai": "^4.3.4",
"@types/chai-string": "^1.4.2",
"@types/dompurify": "^2.4.0",
"@types/fs-extra": "^11.0.1",
2023-01-24 06:55:00 +00:00
"@types/glob": "^8.0.1",
"@types/jsonwebtoken": "^8.5.0",
2023-01-11 08:22:31 +00:00
"@types/mocha": "^10.0.1",
"@types/node": "^14.11.2",
"@types/unzip-stream": "^0.3.1",
2023-01-11 08:22:31 +00:00
"@types/urlsafe-base64": "^1.0.28",
"@types/uuid": "^9.0.0",
2022-02-11 17:24:33 +00:00
"eslint-plugin-prettier": "^4.0.0"
},
"dependencies": {
"@fast-csv/parse": "^5.0.0",
Improving Self-Hosting and Removing 3rd Party dependencies. (#4513) * fix: Library Header layout shift * Bump Github Actions versions. * Self-Hosting Changes * Fix Minio Environment Variable * Just make pdfs successful, due to lack of PDFHandler * Fix issue where flag was set wrong * Added an NGINX Example file * Add some documentation for self-hosting via Docker Compose * Make some adjustments to Puppeteer due to failing sites. * adjust timings * Add start of Mail Service * Fix Docker Files * More email service stuff * Add Guide to use Zapier for Email-Importing. * Ensure that if no env is provided it uses the old email settings * Add some instructions for self-hosted email * Add SNS Endpoints for Mail Watcher * Add steps and functionality for using SES and SNS for email * Uncomment a few jobs. * Added option for Firefox for parser. Was having issues with Chromium on Docker. * Add missing space. Co-authored-by: Russ Taylor <729694+russtaylor@users.noreply.github.com> * Fix some wording on the Guide * update browser extension to handle self-hosted instances * add slight documentation to options page * Fix MV * Do raw handlers for Medium * Fix images in Medium * Update self-hosting/GUIDE.md Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com> * Update Guide with other variables * Add The Verge to JS-less handlers * Update regex and image-proxy * Update self-hosting/nginx/nginx.conf Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com> * Update regex and image-proxy * Update self-hosting/docker-compose/docker-compose.yml Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com> * Fix Minio for Export * Merge to main * Update GUIDE with newer NGINX * Update nginx config to include api/save route * Enable Native PDF View for PDFS * Enable Native PDF View for PDFS * feat:lover packages test * feat:working build * feat:alpine build * docs:api dockerfile docs * Write a PDF.js wrapper to replace pspdfkit * Revert changes for replication, set settings to have default mode * build folder got removed due to gitignore on pdf * Add Box shadow to pdf pages * Add Toggle for Progress in PDFS, enabled native viewer toggle * Update node version to LTS * Update node version to LTS * Fix Linting issues * Fix Linting issues * Make env variable nullable * Add touchend listener for mobile * Make changes to PDF for mobile * fix(android): change serverUrl to selfhosted first * feat:2 stage alpine content fetch * feat:separated start script * fix:changed to node 22 * Add back youtube functionality and add guide * trigger build * Fix cache issue on YouTube * Allow empty AWS_S3_ENDPOINT * Allow empty AWS_S3_ENDPOINT * Add GCHR for all images * Add GCHR For self hosting. * Add GCHR For self hosting. * Test prebuilt. * Test prebuilt * Test prebuilt... * Fix web image * Remove Web Image (For now) * Move docker-compose to images * Move docker-compose files to correct locations * Remove the need for ARGS * Update packages, and Typescript versions * Fix * Fix issues with build on Web * Correct push * Fix Linting issues * Fix Trace import * Add missing types * Fix Tasks * Add information into guide about self-build * Fix issues with PDF Viewer --------- Co-authored-by: keumky2 <keumky2@woowahan.com> Co-authored-by: William Theaker <wtheaker@nvidia.com> Co-authored-by: Russ Taylor <729694+russtaylor@users.noreply.github.com> Co-authored-by: David Adams <david@dadams2.com> Co-authored-by: Mike Baker <1426795+mbaker3@users.noreply.github.com> Co-authored-by: m1xxos <66390094+m1xxos@users.noreply.github.com> Co-authored-by: Adil <mr.adil777@gmail.com>
2025-01-27 12:33:16 +00:00
"@google-cloud/functions-framework": "3.4.5",
2023-08-11 05:55:29 +00:00
"@google-cloud/storage": "^7.0.1",
"@omnivore/readability": "1.0.0",
2024-07-03 14:20:27 +00:00
"@omnivore/utils": "1.0.0",
"@sentry/serverless": "^7.77.0",
2022-02-11 17:24:33 +00:00
"@types/express": "^4.17.13",
"axios": "^1.2.2",
2024-08-13 09:38:31 +00:00
"bullmq": "^5.1.1",
2024-07-03 14:20:27 +00:00
"dotenv": "^16.0.1",
"dompurify": "^2.4.3",
"fs-extra": "^11.1.0",
"glob": "^8.1.0",
"ioredis": "^5.3.2",
"jsonwebtoken": "^8.5.1",
"linkedom": "^0.14.21",
"nodemon": "^2.0.15",
2023-01-11 08:22:31 +00:00
"unzip-stream": "^0.3.1",
2023-01-11 09:06:04 +00:00
"urlsafe-base64": "^1.0.0",
"uuid": "^9.0.0"
},
"volta": {
"extends": "../../package.json"
2022-02-11 17:24:33 +00:00
}
}