* Bump react-markdown from 8.0.6 to 8.0.7 Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 8.0.6 to 8.0.7. - [Release notes](https://github.com/remarkjs/react-markdown/releases) - [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md) - [Commits](https://github.com/remarkjs/react-markdown/compare/8.0.6...8.0.7) --- updated-dependencies: - dependency-name: react-markdown dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump nanoid from 4.0.2 to 5.0.9 in /pkg/extension Bumps [nanoid](https://github.com/ai/nanoid) from 4.0.2 to 5.0.9. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/4.0.2...5.0.9) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump next from 13.5.8 to 14.2.21 Bumps [next](https://github.com/vercel/next.js) from 13.5.8 to 14.2.21. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v13.5.8...v14.2.21) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Bump intercom-client from 3.2.1 to 6.0.0 Bumps [intercom-client](https://github.com/intercom/intercom-node) from 3.2.1 to 6.0.0. - [Release notes](https://github.com/intercom/intercom-node/releases) - [Commits](https://github.com/intercom/intercom-node/compare/v3.2.1...v6.0.0) --- updated-dependencies: - dependency-name: intercom-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump nanoid from 3.3.8 to 5.0.9 Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.8 to 5.0.9. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.8...5.0.9) --- updated-dependencies: - dependency-name: nanoid dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump @aws-sdk/lib-storage from 3.730.0 to 3.744.0 Bumps [@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage) from 3.730.0 to 3.744.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.744.0/lib/lib-storage) --- updated-dependencies: - dependency-name: "@aws-sdk/lib-storage" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
183 lines
5.9 KiB
JSON
183 lines
5.9 KiB
JSON
{
|
|
"name": "@omnivore/api",
|
|
"version": "1.0.0",
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "ts-node-dev --respawn --transpile-only src/server.ts",
|
|
"dev_qp": "ts-node-dev --respawn --transpile-only src/queue-processor.ts",
|
|
"dev_ep": "ts-node-dev --respawn --transpile-only src/export-processor.ts",
|
|
"start": "node dist/src/server.js",
|
|
"start_queue_processor": "node dist/src/queue-processor.js",
|
|
"start_export_processor": "node dist/src/export-processor.js",
|
|
"lint": "eslint src --ext ts,js,tsx,jsx",
|
|
"lint:fix": "eslint src --fix --ext ts,js,tsx,jsx",
|
|
"test:typecheck": "tsc --noEmit",
|
|
"test": "nyc mocha -r ts-node/register --config mocha-config.json"
|
|
},
|
|
"dependencies": {
|
|
"@bmatei/apollo-prometheus-exporter": "^3.0.0",
|
|
"@cospired/i18n-iso-languages": "^4.2.0",
|
|
"@google-cloud/logging-winston": "^6.0.0",
|
|
"@google-cloud/monitoring": "^4.0.0",
|
|
"@google-cloud/opentelemetry-cloud-trace-exporter": "^2.0.0",
|
|
"@google-cloud/pubsub": "^4.0.0",
|
|
"@google-cloud/storage": "^7.0.1",
|
|
"@google-cloud/tasks": "^4.0.0",
|
|
"@graphql-tools/utils": "^9.1.1",
|
|
"@langchain/anthropic": "^0.1.16",
|
|
"@langchain/openai": "^0.0.14",
|
|
"@notionhq/client": "^2.2.14",
|
|
"@omnivore/content-handler": "1.0.0",
|
|
"@omnivore/liqe": "1.0.0",
|
|
"@omnivore/readability": "1.0.0",
|
|
"@omnivore/text-to-speech-handler": "1.0.0",
|
|
"@opentelemetry/api": "^1.0.1",
|
|
"@opentelemetry/core": "^1.3.1",
|
|
"@opentelemetry/exporter-jaeger": "^1.0.1",
|
|
"@opentelemetry/instrumentation-dns": "^0.31.2",
|
|
"@opentelemetry/instrumentation-express": "^0.28.0",
|
|
"@opentelemetry/instrumentation-graphql": "^0.29.0",
|
|
"@opentelemetry/instrumentation-grpc": "^0.37.0",
|
|
"@opentelemetry/instrumentation-http": "^0.27.0",
|
|
"@opentelemetry/instrumentation-pg": "^0.35.1",
|
|
"@opentelemetry/node": "^0.24.0",
|
|
"@opentelemetry/resources": "^1.17.0",
|
|
"@opentelemetry/semantic-conventions": "^1.0.1",
|
|
"@opentelemetry/tracing": "^0.24.0",
|
|
"@sendgrid/mail": "^7.6.0",
|
|
"@sentry/integrations": "^7.10.0",
|
|
"@sentry/node": "^5.26.0",
|
|
"@types/showdown": "^2.0.6",
|
|
"addressparser": "^1.0.1",
|
|
"alfaaz": "^1.1.0",
|
|
"apollo-datasource": "^3.3.1",
|
|
"apollo-server-express": "^3.6.3",
|
|
"archiver": "^7.0.1",
|
|
"axios": "^0.27.2",
|
|
"bcryptjs": "^2.4.3",
|
|
"bullmq": "^5.1.1",
|
|
"compression": "^1.7.4",
|
|
"cookie": "^0.5.0",
|
|
"cookie-parser": "^1.4.5",
|
|
"cors": "^2.8.5",
|
|
"csv-stringify": "^6.4.0",
|
|
"dataloader": "^2.2.2",
|
|
"diff-match-patch": "^1.0.5",
|
|
"dompurify": "^2.0.17",
|
|
"dot-case": "^3.0.4",
|
|
"dotenv": "^8.2.0",
|
|
"express": "^4.17.1",
|
|
"express-http-context2": "^1.0.0",
|
|
"express-prom-bundle": "^7.0.0",
|
|
"express-rate-limit": "^6.3.0",
|
|
"fast-safe-stringify": "^2.1.1",
|
|
"fingerprint-generator": "^2.1.52",
|
|
"firebase-admin": "^11.5.0",
|
|
"googleapis": "^125.0.0",
|
|
"graphql": "^15.3.0",
|
|
"graphql-fields": "^2.0.3",
|
|
"graphql-middleware": "^6.0.10",
|
|
"graphql-shield": "^7.5.0",
|
|
"highlightjs": "^9.16.2",
|
|
"html-entities": "^2.3.2",
|
|
"image-size": "^1.0.2",
|
|
"intercom-client": "^6.0.0",
|
|
"ioredis": "^5.3.2",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"jwks-rsa": "^2.0.3",
|
|
"langchain": "^0.1.21",
|
|
"linkedom": "^0.14.9",
|
|
"lodash": "^4.17.21",
|
|
"luxon": "^3.2.1",
|
|
"nanoid": "^5.0.9",
|
|
"node-html-markdown": "^1.3.0",
|
|
"node-mailjet": "^6.0.5",
|
|
"nodemailer": "^6.7.3",
|
|
"normalize-url": "^6.1.0",
|
|
"oauth": "^0.10.0",
|
|
"pg": "^8.3.3",
|
|
"postgrator": "^4.2.0",
|
|
"posthog-node": "^3.6.3",
|
|
"private-ip": "^2.3.3",
|
|
"prom-client": "^15.1.0",
|
|
"rate-limit-redis": "^4.2.0",
|
|
"redis": "^4.6.13",
|
|
"rss-parser": "^3.13.0",
|
|
"sanitize-html": "^2.3.2",
|
|
"sax": "^1.3.0",
|
|
"search-query-parser": "^1.6.0",
|
|
"showdown": "^2.1.0",
|
|
"snake-case": "^4.0.0",
|
|
"supertest": "^6.2.2",
|
|
"ts-loader": "^9.3.0",
|
|
"typeorm": "^0.3.4",
|
|
"typeorm-naming-strategies": "^4.1.0",
|
|
"underscore": "^1.13.6",
|
|
"url-pattern": "^1.0.3",
|
|
"urlsafe-base64": "^1.0.0",
|
|
"uuid": "^8.3.1",
|
|
"voca": "^1.4.0",
|
|
"winston": "^3.3.3",
|
|
"yaml": "^2.4.1",
|
|
"youtubei": "^1.5.4",
|
|
"@aws-sdk/client-s3": "^3.679.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.679.0",
|
|
"@aws-sdk/lib-storage": "^3.679.0"
|
|
},
|
|
"devDependencies": {
|
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
"@types/addressparser": "^1.0.1",
|
|
"@types/lodash": "^4.17.14",
|
|
"@types/analytics-node": "^3.1.7",
|
|
"@types/archiver": "^6.0.2",
|
|
"@types/bcryptjs": "^2.4.2",
|
|
"@types/chai": "^4.2.18",
|
|
"@types/chai-as-promised": "^7.1.5",
|
|
"@types/chai-string": "^1.4.2",
|
|
"@types/compression": "^1.7.5",
|
|
"@types/cookie": "^0.4.0",
|
|
"@types/cookie-parser": "^1.4.7",
|
|
"@types/csv-stringify": "^3.1.0",
|
|
"@types/diff-match-patch": "^1.0.32",
|
|
"@types/dompurify": "^2.0.4",
|
|
"@types/express": "^4.17.7",
|
|
"@types/graphql-fields": "^1.3.4",
|
|
"@types/highlightjs": "^9.12.2",
|
|
"@types/intercom-client": "^2.11.8",
|
|
"@types/jsonwebtoken": "^8.5.0",
|
|
"@types/luxon": "^1.25.0",
|
|
"@types/mocha": "^8.2.2",
|
|
"@types/nanoid": "^3.0.0",
|
|
"@types/nodemailer": "^6.4.4",
|
|
"@types/oauth": "^0.9.1",
|
|
"@types/private-ip": "^1.0.0",
|
|
"@types/sanitize-html": "^1.27.1",
|
|
"@types/sax": "^1.2.7",
|
|
"@types/showdown": "^2.0.6",
|
|
"@types/sinon": "^10.0.13",
|
|
"@types/sinon-chai": "^3.2.8",
|
|
"@types/supertest": "^2.0.11",
|
|
"@types/urlsafe-base64": "^1.0.28",
|
|
"@types/uuid": "^8.3.0",
|
|
"@types/voca": "^1.4.0",
|
|
"chai": "^4.3.4",
|
|
"chai-as-promised": "^7.1.1",
|
|
"chai-string": "^1.5.0",
|
|
"circular-dependency-plugin": "^5.2.0",
|
|
"mocha": "^9.0.1",
|
|
"mocha-unfunk-reporter": "^0.4.0",
|
|
"nock": "^13.2.4",
|
|
"nyc": "^15.1.0",
|
|
"postgrator": "^4.2.0",
|
|
"sinon": "^14.0.0",
|
|
"sinon-chai": "^3.7.0",
|
|
"ts-node-dev": "^1.1.8",
|
|
"typescript": "5.7.3"
|
|
},
|
|
|
|
"volta": {
|
|
"extends": "../../package.json"
|
|
}
|
|
}
|