2022-02-11 17:24:33 +00:00
|
|
|
{
|
|
|
|
|
"name": "@omnivore/api",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
|
"scripts": {
|
2024-03-23 05:56:56 +00:00
|
|
|
"build": "tsc",
|
2024-03-24 02:42:29 +00:00
|
|
|
"dev": "ts-node-dev --respawn --transpile-only src/server.ts",
|
|
|
|
|
"dev_qp": "ts-node-dev --respawn --transpile-only src/queue-processor.ts",
|
2024-03-23 07:52:52 +00:00
|
|
|
"start": "node dist/src/server.js",
|
|
|
|
|
"start_queue_processor": "node dist/src/queue-processor.js",
|
2022-02-11 17:24:33 +00:00
|
|
|
"lint": "eslint src --ext ts,js,tsx,jsx",
|
|
|
|
|
"lint:fix": "eslint src --fix --ext ts,js,tsx,jsx",
|
2023-10-23 21:20:47 +00:00
|
|
|
"test:typecheck": "tsc --noEmit",
|
2024-03-23 07:52:52 +00:00
|
|
|
"test": "nyc mocha -r ts-node/register --config mocha-config.json"
|
2022-02-11 17:24:33 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-02-10 08:05:35 +00:00
|
|
|
"@bmatei/apollo-prometheus-exporter": "^3.0.0",
|
2023-08-11 05:55:29 +00:00
|
|
|
"@google-cloud/logging-winston": "^6.0.0",
|
|
|
|
|
"@google-cloud/monitoring": "^4.0.0",
|
2023-05-01 22:07:02 +00:00
|
|
|
"@google-cloud/opentelemetry-cloud-trace-exporter": "^2.0.0",
|
2023-08-11 05:55:29 +00:00
|
|
|
"@google-cloud/pubsub": "^4.0.0",
|
|
|
|
|
"@google-cloud/storage": "^7.0.1",
|
|
|
|
|
"@google-cloud/tasks": "^4.0.0",
|
2022-11-17 10:40:56 +00:00
|
|
|
"@graphql-tools/utils": "^9.1.1",
|
2024-02-27 10:49:21 +00:00
|
|
|
"@langchain/openai": "^0.0.14",
|
2024-03-05 04:43:18 +00:00
|
|
|
"@notionhq/client": "^2.2.14",
|
2022-10-06 04:49:14 +00:00
|
|
|
"@omnivore/content-handler": "1.0.0",
|
2023-12-07 10:47:25 +00:00
|
|
|
"@omnivore/liqe": "1.0.0",
|
2022-02-11 17:24:33 +00:00
|
|
|
"@omnivore/readability": "1.0.0",
|
2022-09-01 09:09:48 +00:00
|
|
|
"@omnivore/text-to-speech-handler": "1.0.0",
|
2022-02-11 17:24:33 +00:00
|
|
|
"@opentelemetry/api": "^1.0.1",
|
2022-06-13 21:26:08 +00:00
|
|
|
"@opentelemetry/core": "^1.3.1",
|
2022-03-09 04:45:18 +00:00
|
|
|
"@opentelemetry/exporter-jaeger": "^1.0.1",
|
2023-02-27 21:17:27 +00:00
|
|
|
"@opentelemetry/instrumentation-dns": "^0.31.2",
|
2022-02-28 21:27:15 +00:00
|
|
|
"@opentelemetry/instrumentation-express": "^0.28.0",
|
2022-07-11 21:33:57 +00:00
|
|
|
"@opentelemetry/instrumentation-graphql": "^0.29.0",
|
2023-04-13 01:51:28 +00:00
|
|
|
"@opentelemetry/instrumentation-grpc": "^0.37.0",
|
2022-02-12 21:32:38 +00:00
|
|
|
"@opentelemetry/instrumentation-http": "^0.27.0",
|
2023-05-15 22:09:46 +00:00
|
|
|
"@opentelemetry/instrumentation-pg": "^0.35.1",
|
2022-02-21 21:19:01 +00:00
|
|
|
"@opentelemetry/node": "^0.24.0",
|
2023-09-19 04:44:08 +00:00
|
|
|
"@opentelemetry/resources": "^1.17.0",
|
2022-03-28 21:28:57 +00:00
|
|
|
"@opentelemetry/semantic-conventions": "^1.0.1",
|
2022-02-22 17:43:21 +00:00
|
|
|
"@opentelemetry/tracing": "^0.24.0",
|
2022-02-11 17:24:33 +00:00
|
|
|
"@sendgrid/mail": "^7.6.0",
|
2023-11-08 09:52:57 +00:00
|
|
|
"@sentry/integrations": "^7.10.0",
|
|
|
|
|
"@sentry/node": "^5.26.0",
|
|
|
|
|
"@sentry/tracing": "^7.9.0",
|
2024-03-13 09:50:07 +00:00
|
|
|
"@types/showdown": "^2.0.6",
|
2022-07-28 02:44:44 +00:00
|
|
|
"addressparser": "^1.0.1",
|
2022-03-01 23:19:04 +00:00
|
|
|
"apollo-datasource": "^3.3.1",
|
2022-02-15 20:16:31 +00:00
|
|
|
"apollo-server-express": "^3.6.3",
|
2022-06-27 21:31:14 +00:00
|
|
|
"axios": "^0.27.2",
|
2022-02-11 17:24:33 +00:00
|
|
|
"bcryptjs": "^2.4.3",
|
2024-01-11 13:03:59 +00:00
|
|
|
"bullmq": "^5.1.1",
|
2022-04-21 01:43:26 +00:00
|
|
|
"cookie": "^0.5.0",
|
2022-02-11 17:24:33 +00:00
|
|
|
"cookie-parser": "^1.4.5",
|
|
|
|
|
"cors": "^2.8.5",
|
2023-06-14 04:50:06 +00:00
|
|
|
"csv-stringify": "^6.4.0",
|
2022-02-11 17:24:33 +00:00
|
|
|
"dataloader": "^2.0.0",
|
2022-08-02 12:06:16 +00:00
|
|
|
"diff-match-patch": "^1.0.5",
|
2022-02-11 17:24:33 +00:00
|
|
|
"dompurify": "^2.0.17",
|
|
|
|
|
"dot-case": "^3.0.4",
|
|
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
|
"express": "^4.17.1",
|
2023-04-12 09:50:13 +00:00
|
|
|
"express-http-context2": "^1.0.0",
|
2024-02-10 08:05:35 +00:00
|
|
|
"express-prom-bundle": "^7.0.0",
|
2022-04-21 01:41:33 +00:00
|
|
|
"express-rate-limit": "^6.3.0",
|
2023-07-28 08:52:28 +00:00
|
|
|
"fast-safe-stringify": "^2.1.1",
|
2023-03-06 22:04:37 +00:00
|
|
|
"firebase-admin": "^11.5.0",
|
2023-08-17 09:59:24 +00:00
|
|
|
"googleapis": "^125.0.0",
|
2022-02-11 17:24:33 +00:00
|
|
|
"graphql": "^15.3.0",
|
2022-07-09 21:35:11 +00:00
|
|
|
"graphql-fields": "^2.0.3",
|
2022-02-11 17:24:33 +00:00
|
|
|
"graphql-middleware": "^6.0.10",
|
|
|
|
|
"graphql-shield": "^7.5.0",
|
2022-02-26 22:57:59 +00:00
|
|
|
"highlightjs": "^9.16.2",
|
2022-03-16 22:29:39 +00:00
|
|
|
"html-entities": "^2.3.2",
|
2024-01-25 03:18:18 +00:00
|
|
|
"image-size": "^1.0.2",
|
2022-03-01 18:40:33 +00:00
|
|
|
"intercom-client": "^3.1.4",
|
2024-01-16 07:42:50 +00:00
|
|
|
"ioredis": "^5.3.2",
|
2022-02-11 17:24:33 +00:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
|
|
|
|
"jwks-rsa": "^2.0.3",
|
2024-02-27 01:42:03 +00:00
|
|
|
"langchain": "^0.1.21",
|
2022-05-10 10:31:25 +00:00
|
|
|
"linkedom": "^0.14.9",
|
2023-07-26 05:41:51 +00:00
|
|
|
"lodash": "^4.17.21",
|
2023-01-18 06:22:56 +00:00
|
|
|
"luxon": "^3.2.1",
|
2022-02-11 17:24:33 +00:00
|
|
|
"nanoid": "^3.1.25",
|
2023-01-05 04:12:48 +00:00
|
|
|
"node-html-markdown": "^1.3.0",
|
2024-03-31 11:04:55 +00:00
|
|
|
"node-mailjet": "^6.0.5",
|
2022-03-31 18:21:41 +00:00
|
|
|
"nodemailer": "^6.7.3",
|
2022-02-23 18:28:14 +00:00
|
|
|
"normalize-url": "^6.1.0",
|
2023-05-01 22:06:16 +00:00
|
|
|
"oauth": "^0.10.0",
|
2022-02-11 17:24:33 +00:00
|
|
|
"pg": "^8.3.3",
|
|
|
|
|
"postgrator": "^4.2.0",
|
2024-02-26 08:47:04 +00:00
|
|
|
"posthog-node": "^3.6.3",
|
2022-02-11 17:24:33 +00:00
|
|
|
"private-ip": "^2.3.3",
|
2024-02-10 08:05:35 +00:00
|
|
|
"prom-client": "^15.1.0",
|
2024-03-31 12:13:27 +00:00
|
|
|
"rate-limit-redis": "^4.2.0",
|
2024-03-30 02:42:01 +00:00
|
|
|
"redis": "^4.6.13",
|
2023-07-06 11:49:03 +00:00
|
|
|
"rss-parser": "^3.13.0",
|
2022-02-11 17:24:33 +00:00
|
|
|
"sanitize-html": "^2.3.2",
|
2023-11-24 04:11:33 +00:00
|
|
|
"sax": "^1.3.0",
|
2022-02-11 17:24:33 +00:00
|
|
|
"search-query-parser": "^1.6.0",
|
2024-03-12 13:36:50 +00:00
|
|
|
"showdown": "^2.1.0",
|
2024-03-18 22:01:03 +00:00
|
|
|
"snake-case": "^4.0.0",
|
2022-02-11 17:24:33 +00:00
|
|
|
"supertest": "^6.2.2",
|
2022-05-23 21:20:01 +00:00
|
|
|
"ts-loader": "^9.3.0",
|
2024-03-12 03:24:52 +00:00
|
|
|
"typeorm": "^0.3.4",
|
2022-04-06 02:32:41 +00:00
|
|
|
"typeorm-naming-strategies": "^4.1.0",
|
2023-02-01 04:13:00 +00:00
|
|
|
"underscore": "^1.13.6",
|
2024-03-30 02:42:01 +00:00
|
|
|
"url-pattern": "^1.0.3",
|
2022-02-11 17:24:33 +00:00
|
|
|
"urlsafe-base64": "^1.0.0",
|
|
|
|
|
"uuid": "^8.3.1",
|
|
|
|
|
"voca": "^1.4.0",
|
2022-09-06 02:19:58 +00:00
|
|
|
"winston": "^3.3.3",
|
2024-03-12 13:36:50 +00:00
|
|
|
"word-counting": "^1.1.4",
|
2024-04-13 01:28:15 +00:00
|
|
|
"youtubei": "1.4.0"
|
2022-02-11 17:24:33 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2022-03-16 04:08:59 +00:00
|
|
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
2022-07-28 03:37:14 +00:00
|
|
|
"@types/addressparser": "^1.0.1",
|
2022-04-04 17:42:04 +00:00
|
|
|
"@types/analytics-node": "^3.1.7",
|
|
|
|
|
"@types/bcryptjs": "^2.4.2",
|
|
|
|
|
"@types/chai": "^4.2.18",
|
2022-06-01 02:30:23 +00:00
|
|
|
"@types/chai-as-promised": "^7.1.5",
|
2022-04-04 17:42:04 +00:00
|
|
|
"@types/chai-string": "^1.4.2",
|
|
|
|
|
"@types/cookie": "^0.4.0",
|
|
|
|
|
"@types/cookie-parser": "^1.4.2",
|
2023-06-14 04:50:06 +00:00
|
|
|
"@types/csv-stringify": "^3.1.0",
|
2022-08-02 12:06:16 +00:00
|
|
|
"@types/diff-match-patch": "^1.0.32",
|
2022-04-04 17:42:04 +00:00
|
|
|
"@types/dompurify": "^2.0.4",
|
|
|
|
|
"@types/express": "^4.17.7",
|
2022-07-09 21:35:11 +00:00
|
|
|
"@types/graphql-fields": "^1.3.4",
|
2022-04-21 01:41:33 +00:00
|
|
|
"@types/highlightjs": "^9.12.2",
|
2022-04-04 17:42:04 +00:00
|
|
|
"@types/intercom-client": "^2.11.8",
|
|
|
|
|
"@types/jsonwebtoken": "^8.5.0",
|
|
|
|
|
"@types/luxon": "^1.25.0",
|
|
|
|
|
"@types/mocha": "^8.2.2",
|
2022-04-21 01:41:33 +00:00
|
|
|
"@types/nanoid": "^3.0.0",
|
2022-04-04 17:42:04 +00:00
|
|
|
"@types/nodemailer": "^6.4.4",
|
|
|
|
|
"@types/oauth": "^0.9.1",
|
2022-04-21 01:41:33 +00:00
|
|
|
"@types/private-ip": "^1.0.0",
|
2022-04-04 17:42:04 +00:00
|
|
|
"@types/sanitize-html": "^1.27.1",
|
2023-11-24 04:11:33 +00:00
|
|
|
"@types/sax": "^1.2.7",
|
2024-03-12 13:36:50 +00:00
|
|
|
"@types/showdown": "^2.0.6",
|
2022-07-21 05:14:43 +00:00
|
|
|
"@types/sinon": "^10.0.13",
|
|
|
|
|
"@types/sinon-chai": "^3.2.8",
|
2022-04-04 17:42:04 +00:00
|
|
|
"@types/supertest": "^2.0.11",
|
|
|
|
|
"@types/urlsafe-base64": "^1.0.28",
|
|
|
|
|
"@types/uuid": "^8.3.0",
|
|
|
|
|
"@types/voca": "^1.4.0",
|
2022-02-11 17:24:33 +00:00
|
|
|
"chai": "^4.3.4",
|
2022-06-01 02:30:23 +00:00
|
|
|
"chai-as-promised": "^7.1.1",
|
2022-02-11 17:24:33 +00:00
|
|
|
"chai-string": "^1.5.0",
|
|
|
|
|
"circular-dependency-plugin": "^5.2.0",
|
|
|
|
|
"mocha": "^9.0.1",
|
2022-06-24 18:55:26 +00:00
|
|
|
"mocha-unfunk-reporter": "^0.4.0",
|
2022-02-11 17:24:33 +00:00
|
|
|
"nock": "^13.2.4",
|
2022-03-16 04:08:59 +00:00
|
|
|
"nyc": "^15.1.0",
|
2022-02-11 17:24:33 +00:00
|
|
|
"postgrator": "^4.2.0",
|
2022-07-21 05:14:43 +00:00
|
|
|
"sinon": "^14.0.0",
|
|
|
|
|
"sinon-chai": "^3.7.0",
|
2022-02-11 17:24:33 +00:00
|
|
|
"ts-node-dev": "^1.1.8"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
2023-07-05 17:16:30 +00:00
|
|
|
"node": "18.16.1"
|
2022-02-11 17:24:33 +00:00
|
|
|
},
|
|
|
|
|
"volta": {
|
2023-10-23 21:20:47 +00:00
|
|
|
"extends": "../../package.json"
|
2022-02-11 17:24:33 +00:00
|
|
|
}
|
2024-03-30 02:42:01 +00:00
|
|
|
}
|