/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
packages/providers/package.json
110 строк
3 KB
Paweł Tymczuk
feat(api-service,worker,framework,providers): rich chat card delivery flow fixes NV-8386 (#12142)
31 июл 2026, 14:12
Не верифицирован
31 июл 2026, 14:12
9c16ae2
Код
Авторство
О чём код?
{ "name": "@novu/providers", "version": "2.6.6", "description": "Novu Provider Wrappers", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/cjs/index.d.ts", "files": [ "dist/", "!**/*.spec.*", "!**/*.json", "CHANGELOG.md", "LICENSE", "README.md" ], "repository": "https://github.com/novuhq/novu", "license": "MIT", "keywords": [], "scripts": { "start": "npm run watch:build", "prebuild": "rimraf build", "build": "npm run build:cjs && npm run build:esm", "build:esm": "tsc -p tsconfig.esm.json", "build:cjs": "tsc -p tsconfig.json", "check": "biome check .", "check:fix": "biome check --write .", "test": "vitest", "watch:build": "tsc -p tsconfig.json -w", "watch:test": "vitest", "reset-hard": "git clean -dfx && git reset --hard && yarn", "prepare-release": "run-s reset-hard test" }, "publishConfig": { "access": "public" }, "dependencies": { "@aws-sdk/client-sesv2": "^3.723.0", "@aws-sdk/client-sns": "^3.723.0", "@azure/communication-sms": "^1.0.0", "@bandwidth/messaging": "^4.1.3", "@chat-adapter/slack": "4.33.0", "@chat-adapter/teams": "4.33.0", "@infobip-api/sdk": "^0.3.2", "@mailchimp/mailchimp_transactional": "^1.0.59", "@novu/shared": "workspace:*", "@novu/stateless": "workspace:*", "@parse/node-apn": "^5.2.3", "@plunk/node": "2.0.0", "@ringcentral/sdk": "^5.0.1", "@sendgrid/client": "^8.1.0", "@sendgrid/eventwebhook": "^8.0.0", "@sendgrid/mail": "^8.1.6", "@vonage/auth": "^1.7.0", "@vonage/server-sdk": "^3.10.0", "africastalking": "^0.7.9", "anypost": "^1.1.1", "axios": "^1.18.1", "braze-api": "^2.5.6", "cross-fetch": "^4.0.0", "date-fns": "2.29.3", "emailjs": "^4.0.3", "expo-server-sdk": "^3.6.0", "firebase-admin": "^13.3.0", "form-data": "^4.0.5", "mailersend": "^2.6.0", "mailgun.js": "^8.0.1", "mailtrap": "^3.1.1", "messagebird": "^4.0.1", "nanoid": "^3.1.20", "node-fetch": "^3.2.10", "node-mailjet": "^6.0.8", "nodemailer": "^9.0.1", "plivo": "^4.70.0", "postmark": "^4.0.2", "proxy-agent": "^6.5.0", "pushpad": "1.0.0", "qs": "^6.11.0", "resend": "^6.0.3", "sms77-client": "^2.14.0", "sns-validator": "^0.3.5", "svix": "^1.96.1", "telnyx": "^1.23.0", "twilio": "^4.19.3", "uuid": "^11.1.1" }, "devDependencies": { "@babel/preset-env": "^7.23.2", "@babel/preset-typescript": "^7.13.0", "@types/node-mailjet": "^4.0.0", "@types/nodemailer": "^8.0.0", "@types/sns-validator": "^0.3.3", "@types/sparkpost": "^2.1.5", "@types/uuid": "^8.3.4", "codecov": "^3.5.0", "nock": "^13.1.3", "npm-run-all": "^4.1.5", "open-cli": "^8.0.0", "rimraf": "~3.0.2", "ts-node": "~10.9.1", "typedoc": "^0.24.0", "typescript": "5.6.2", "uuid": "^11.1.1", "vitest": "^4.1.0" }, "nx": { "tags": [ "type:package" ] } }