mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-20 19:32:22 +02:00
65 lines
2.3 KiB
JSON
65 lines
2.3 KiB
JSON
{
|
|
"name": "@hcengineering/pod-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",
|
|
"bundle": "node ../../common/scripts/esbuild.js",
|
|
"_phase:bundle": "rushx bundle",
|
|
"_phase:docker-build": "rushx docker:build",
|
|
"_phase:docker-staging": "rushx docker:staging",
|
|
"docker:build": "../../common/scripts/docker_build.sh hardcoreeng/worker .",
|
|
"docker:tbuild": "docker build -t hardcoreeng/worker . --platform=linux/amd64 && ../../common/scripts/docker_tag_push.sh hardcoreeng/worker",
|
|
"docker:staging": "../../common/scripts/docker_tag.sh hardcoreeng/worker staging",
|
|
"docker:push": "../../common/scripts/docker_tag.sh hardcoreeng/worker",
|
|
"run-local": "cross-env QUEUE_CONFIG='localhost:19092' REGION='cockroach' 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",
|
|
"cross-env": "~7.0.3",
|
|
"@types/node": "^22.18.1",
|
|
"@types/ws": "^8.5.12",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@hcengineering/platform-rig": "workspace:^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.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",
|
|
"prettier": "^3.6.2",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.9.3",
|
|
"@hcengineering/server-process": "workspace:^0.7.0"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/kafka": "workspace:^0.7.18",
|
|
"@hcengineering/process": "workspace:^0.7.0",
|
|
"@hcengineering/core": "workspace:^0.7.24",
|
|
"@hcengineering/server-core": "workspace:^0.7.18",
|
|
"postgres": "^3.4.7",
|
|
"dotenv": "^16.4.5"
|
|
}
|
|
}
|