/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
apps/inbound-mail/package.json
74 строки
2 KB
Himanshu Garg
chore(release): bump version to 3.19.0 across all packages (#12275)
07 авг 2026, 16:16
Не верифицирован
07 авг 2026, 16:16
fe53c48
Код
Авторство
О чём код?
{ "name": "@novu/inbound-mail", "version": "3.19.0", "description": "", "author": "", "private": true, "license": "MIT", "scripts": { "prebuild": "rimraf dist", "build": "tsc -p tsconfig.json", "docker:build": "pnpm --silent --workspace-root pnpm-context -- apps/inbound-mail/Dockerfile | BULL_MQ_PRO_NPM_TOKEN=${BULL_MQ_PRO_NPM_TOKEN} docker buildx build --secret id=BULL_MQ_PRO_NPM_TOKEN --build-arg PACKAGE_PATH=apps/inbound-mail --load -t novu-inbound-mail - $DOCKER_BUILD_ARGUMENTS", "start": "tsx watch src/main.ts", "start:dev": "tsx watch src/main.ts", "start:test": "cross-env NODE_ENV=test tsx watch src/main.ts", "start:debug": "nest start --debug --watch", "start:prod": "node dist/main", "lint": "biome check --write .", "test": "cross-env NODE_ENV=test mocha --require tsx/cjs --trace-warnings --timeout 10000 --exit --file e2e/setup.ts src/**/**/*.spec.ts" }, "dependencies": { "@aws-sdk/client-s3": "^3.996.0", "@aws-sdk/client-secrets-manager": "3.996.0", "@aws-sdk/s3-request-presigner": "^3.996.0", "@novu/application-generic": "workspace:*", "@novu/dal": "workspace:*", "@novu/shared": "workspace:*", "@sentry/nestjs": "^10.63.0", "@sentry/node": "^10.63.0", "@sentry/profiling-node": "^10.63.0", "bluebird": "^2.9.30", "dotenv": "^16.4.5", "envalid": "^8.2.0", "extend": "^2.0.1", "html-to-text": "^9.0.5", "languagedetect": "^1.1.1", "lodash": "^4.17.23", "mailparser": "^0.6.0", "newrelic": "13.19.2", "pino": "^8.17.2", "rimraf": "^3.0.2", "shelljs": "^0.8.5", "smtp-server": "^3.18.0", "spamc": "0.0.5", "uuid": "^11.1.1" }, "devDependencies": { "@novu/testing": "workspace:*", "@types/chai": "^4.2.11", "@types/express": "^4.17.8", "@types/html-to-text": "^9.0.1", "@types/mocha": "^10.0.8", "@types/node": "^22.0.0", "@types/sinon": "^17.0.0", "@types/smtp-server": "^3.5.7", "cross-env": "^7.0.3", "mocha": "^10.2.0", "sinon": "^18.0.0", "tsx": "^4.21.0", "typescript": "5.6.2" }, "nx": { "tags": [ "type:app" ], "targets": { "lint": { "executor": "nx:run-commands", "options": { "command": "npx biome lint apps/inbound-mail" } } } } }