Files
huly-platform/services/mail/pod-mail-worker/package.json
T
Denis Bykhov c3eba17a7e update deps
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
2025-11-26 23:24:41 +05:00

88 lines
3.4 KiB
JSON

{
"name": "@hcengineering/pod-mail-worker",
"version": "0.7.0",
"main": "lib/index.js",
"svelte": "src/index.ts",
"types": "types/index.d.ts",
"files": [
"lib/**/*",
"types/**/*",
"tsconfig.json"
],
"author": "Hardcore Engineering Inc.",
"scripts": {
"build": "compile",
"build:watch": "compile",
"test": "jest --passWithNoTests --silent",
"_phase:bundle": "rushx bundle",
"_phase:docker-build": "rushx docker:build",
"_phase:docker-staging": "rushx docker:staging",
"bundle": "node ../../../common/scripts/esbuild.js --external=ws",
"docker:build": "../../../common/scripts/docker_build.sh hardcoreeng/mail-worker",
"docker:staging": "../../../common/scripts/docker_tag.sh hardcoreeng/mail-worker staging",
"docker:abuild": "docker build -t hardcoreeng/mail-worker . --platform=linux/arm64 && ../../../common/scripts/docker_tag_push.sh hardcoreeng/mail-worker",
"docker:push": "../../../common/scripts/docker_tag.sh hardcoreeng/mail-worker",
"run-bundle": "rushx bundle --to @hcengineering/pod-mail-worker && cross-env NODE_ENV=production node --inspect bundle/bundle.js",
"run-local": "ts-node src/index.ts",
"format": "format src",
"_phase:build": "compile transpile src",
"_phase:test": "jest --passWithNoTests --silent",
"_phase:format": "format src",
"_phase:validate": "compile validate"
},
"devDependencies": {
"@hcengineering/platform-rig": "workspace:^0.7.19",
"@tsconfig/node16": "^1.0.4",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jest": "^29.5.5",
"@types/node": "^22.18.1",
"@types/turndown": "^5.0.5",
"@types/sanitize-html": "^2.15.0",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"cross-env": "~7.0.3",
"esbuild": "^0.25.10",
"eslint": "^8.54.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"prettier": "^3.6.2",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
},
"dependencies": {
"@hcengineering/account-client": "workspace:^0.7.20",
"@hcengineering/analytics-service": "workspace:^0.7.17",
"@hcengineering/api-client": "workspace:^0.7.18",
"@hcengineering/card": "workspace:^0.7.0",
"@hcengineering/chat": "workspace:^0.7.0",
"@hcengineering/communication-rest-client": "workspace:^0.7.12",
"@hcengineering/communication-sdk-types": "workspace:^0.7.12",
"@hcengineering/communication-types": "workspace:^0.7.12",
"@hcengineering/contact": "workspace:^0.7.0",
"@hcengineering/core": "workspace:^0.7.23",
"@hcengineering/kafka": "workspace:^0.7.18",
"@hcengineering/kvs-client": "workspace:^0.7.0",
"@hcengineering/mail": "workspace:^0.7.0",
"@hcengineering/mail-common": "workspace:^0.7.0",
"@hcengineering/platform": "workspace:^0.7.19",
"@hcengineering/server-core": "workspace:^0.7.18",
"@hcengineering/server-storage": "workspace:^0.7.16",
"@hcengineering/server-token": "workspace:^0.7.17",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"eml-parse-js": "^1.2.0-beta.0",
"express": "^4.21.2",
"lru-cache": "^11.1.0",
"sanitize-html": "^2.15.0",
"turndown": "^7.2.0",
"uuid": "^8.3.2"
}
}