{ "name": "@hcengineering/network-tool", "version": "0.7.10", "main": "lib/index.js", "types": "types/index.d.ts", "author": "Huly Platform Contributors", "template": "@hcengineering/node-package", "license": "EPL-2.0", "files": [ "lib/**/*", "types/**/*", "README.md", "CHANGELOG.md" ], "scripts": { "start": "rush bundle --to @hcengineering/network-tool && cross-env NODE_ENV=production MODEL_VERSION=$(node ../../common/scripts/show_version.js) ACCOUNTS_URL=http://localhost:3000 REKONI_URL=http://localhost:4004 MONGO_URL=mongodb://localhost:27017 DB_URL=mongodb://localhost:27017 FRONT_URL=http://localhost:8087 UPLOAD_URL=/upload MINIO_ENDPOINT=localhost MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin METRICS_CONSOLE=true SERVER_SECRET=secret OPERATION_PROFILING=false MODEL_JSON=../../models/all/bundle/model.json STATS_URL=http://huly.local:4900 node --inspect bundle/bundle.js", "start-cr": "rush bundle --to @hcengineering/network-tool && cross-env NODE_ENV=production MODEL_VERSION=$(node ../../common/scripts/show_version.js) ACCOUNTS_URL=http://localhost:3000 REKONI_URL=http://localhost:4004 DB_URL=postgresql://root@huly.local:26257/defaultdb?sslmode=disable FRONT_URL=http://localhost:8087 UPLOAD_URL=/upload MINIO_ENDPOINT=localhost MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin METRICS_CONSOLE=true SERVER_SECRET=secret OPERATION_PROFILING=false MODEL_JSON=../../models/all/bundle/model.json STATS_URL=http://huly.local:4900 FULLTEXT_URL=http://huly.local:4702 SERVER_PORT=3332 node --inspect bundle/bundle.js", "start-flame": "rush bundle --to @hcengineering/network-tool && cross-env NODE_ENV=production MODEL_VERSION=$(node ../../common/scripts/show_version.js) ACCOUNTS_URL=http://localhost:3000 REKONI_URL=http://localhost:4004 MONGO_URL=mongodb://localhost:27017 FRONT_URL=http://localhost:8087 UPLOAD_URL=/upload MINIO_ENDPOINT=localhost MINIO_ACCESS_KEY=minioadmin MINIO_SECRET_KEY=minioadmin METRICS_CONSOLE=true SERVER_SECRET=secret MODEL_JSON=../../models/all/bundle/model.json clinic flame --dest ./out -- node --nolazy -r ts-node/register --enable-source-maps src/__start.ts", "start-raw": "ts-node src/__start.ts", "build": "compile", "prepublishOnly": "npm run build", "_phase:bundle": "rushx bundle", "_phase:docker-build": "rushx docker:build", "_phase:docker-staging": "rushx docker:staging", "bundle": "node ../../common/scripts/esbuild.js --entry=src/index.ts --keep-names=true --bundle=true --sourcemap=external --external=zeromq", "docker:build": "../../common/scripts/docker_build.sh hardcoreeng/network-tool", "docker:tbuild": "docker build -t hardcoreeng/network-tool . --platform=linux/amd64 && ../../common/scripts/docker_tag_push.sh hardcoreeng/network-tool", "docker:abuild": "docker build -t hardcoreeng/network-tool . --platform=linux/arm64 && ../../common/scripts/docker_tag_push.sh hardcoreeng/network-tool", "docker:staging": "../../common/scripts/docker_tag.sh hardcoreeng/network-tool staging", "docker:push": "../../common/scripts/docker_tag.sh hardcoreeng/network-tool", "run": "(rushx bundle || true) && node bundle/bundle.js", "build:watch": "compile", "format": "format src", "test": "jest --coverage --coverageDirectory=./coverage --passWithNoTests --forceExit", "_phase:build": "compile transpile src", "_phase:test": "jest --coverage --coverageDirectory=./coverage --passWithNoTests --forceExit", "_phase:format": "format src", "_phase:validate": "compile validate" }, "devDependencies": { "@hcengineering/platform-rig": "^0.7.8", "@typescript-eslint/eslint-plugin": "^6.11.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-n": "^15.4.0", "eslint": "^8.54.0", "simplytyped": "^3.3.0", "@typescript-eslint/parser": "^6.11.0", "eslint-config-standard-with-typescript": "^40.0.0", "prettier": "^3.6.2", "typescript": "^5.9.3", "jest": "^29.7.0", "ts-jest": "^29.1.1", "@types/jest": "^29.5.5", "@types/node": "^22.18.1", "@types/uuid": "^8.3.1", "esbuild": "^0.24.2", "ts-node": "^10.9.2" }, "dependencies": { "@hcengineering/network-core": "workspace:^0.7.10", "@hcengineering/network-client": "workspace:^0.7.10", "uuid": "^8.3.2", "commander": "^14.0.0", "zeromq": "^6.5.0" }, "repository": "https://github.com/hcengineering/huly.net", "exports": { ".": { "types": "./types/index.d.ts", "import": "./lib/index.js", "require": "./lib/index.js" } }, "publishConfig": { "access": "public" } }