Files
huly-platform/services/process/package.json
T
Artyom SavchenkoandGitHub 4b8a40bb92 Bump core and server versions (#10230)
* Bump versions

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Add package lock

Signed-off-by: Artem Savchenko <armisav@gmail.com>

---------

Signed-off-by: Artem Savchenko <armisav@gmail.com>
2025-11-19 17:00:43 +07:00

75 lines
2.7 KiB
JSON

{
"name": "@hcengineering/pod-process",
"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",
"docker:build": "../../common/scripts/docker_build.sh hardcoreeng/process .",
"docker:tbuild": "docker build -t hardcoreeng/process . --platform=linux/amd64 && ../../common/scripts/docker_tag_push.sh hardcoreeng/process",
"docker:staging": "../../common/scripts/docker_tag.sh hardcoreeng/process staging",
"docker:push": "../../common/scripts/docker_tag.sh hardcoreeng/process",
"run-local": "cross-env 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": {
"@tsconfig/node16": "^1.0.4",
"@types/node": "^22.15.29",
"@types/ws": "^8.5.11",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@hcengineering/platform-rig": "^0.7.19",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5",
"@types/uuid": "^8.3.1",
"@typescript-eslint/parser": "^6.21.0",
"esbuild": "^0.25.9",
"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",
"prettier": "^3.6.2",
"ts-node": "^10.8.0",
"typescript": "^5.9.3"
},
"dependencies": {
"@hcengineering/analytics": "^0.7.17",
"@hcengineering/analytics-service": "^0.7.17",
"@hcengineering/api-client": "^0.7.18",
"@hcengineering/core": "^0.7.22",
"@hcengineering/kafka": "^0.7.16",
"@hcengineering/platform": "^0.7.18",
"@hcengineering/card": "workspace:^0.7.0",
"@hcengineering/process": "workspace:^0.7.0",
"@hcengineering/collaborator-client": "^0.7.17",
"@hcengineering/server-process": "workspace:^0.7.0",
"@hcengineering/server-process-resources": "workspace:^0.7.0",
"@hcengineering/server-core": "^0.7.17",
"@hcengineering/server-token": "^0.7.17",
"@hcengineering/account-client": "^0.7.19",
"@hcengineering/communication-types": "^0.7.12",
"@hcengineering/communication-sdk-types": "^0.7.12",
"@temporalio/client": "1.12.3",
"dotenv": "^16.4.5"
}
}