Files
huly-platform/services/github/pod-github/package.json
T
Andrey SobolevandGitHub 225f6036c3 Enable PNPM workspaces (#10192)
* Enable PNPM workspaces

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

* Fix love-agent build

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

* Fix formatting

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>

---------

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2025-11-08 13:00:13 +07:00

176 lines
7.3 KiB
JSON

{
"name": "@hcengineering/pod-github",
"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 --sourcemap=external",
"docker:build": "../../../common/scripts/docker_build.sh hardcoreeng/github",
"docker:staging": "../../../common/scripts/docker_tag.sh hardcoreeng/github staging",
"docker:push": "../../../common/scripts/docker_tag.sh hardcoreeng/github",
"docker:tbuild": "rush bundle --to @hcengineering/pod-github && docker build -t hardcoreeng/github . --platform=linux/amd64 && ../../../common/scripts/docker_tag_push.sh hardcoreeng/github",
"run-local": "./run.sh",
"format": "format src",
"_phase:build": "compile transpile src",
"_phase:test": "jest --passWithNoTests --silent",
"_phase:format": "format src",
"_phase:validate": "compile validate"
},
"devDependencies": {
"cross-env": "~7.0.3",
"@hcengineering/platform-rig": "^0.7.19",
"@types/node": "^22.15.29",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-n": "^15.4.0",
"eslint": "^8.54.0",
"esbuild": "^0.25.9",
"@typescript-eslint/parser": "^6.21.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"prettier": "^3.6.2",
"ts-node": "^10.8.0",
"typescript": "^5.9.3",
"@types/ws": "^8.5.11",
"smee-client": "^1.2.3",
"@octokit/webhooks-types": "^7.3.1",
"@types/markdown-it": "~13.0.0",
"graphql-binding": "^2.5.2",
"@types/express": "^4.17.13",
"@types/express-fileupload": "^1.1.7",
"@types/uuid": "^8.3.1",
"@types/cors": "^2.8.12",
"@types/body-parser": "~1.19.2",
"@types/compression": "~1.7.2",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"@types/jest": "^29.5.5"
},
"dependencies": {
"@hcengineering/core": "^0.7.21",
"@hcengineering/account": "workspace:^0.7.0",
"@hcengineering/account-client": "^0.7.19",
"@hcengineering/platform": "^0.7.17",
"@hcengineering/server-client": "^0.7.15",
"@hcengineering/server-token": "^0.7.17",
"@hcengineering/server-core": "^0.7.16",
"@hcengineering/server-storage": "^0.7.15",
"@hcengineering/mongo": "^0.7.15",
"@hcengineering/client": "^0.7.17",
"@hcengineering/chunter": "workspace:^0.7.0",
"@hcengineering/contact": "workspace:^0.7.0",
"@hcengineering/client-resources": "^0.7.17",
"@hcengineering/tracker": "workspace:^0.7.0",
"@hcengineering/query": "^0.7.17",
"@hcengineering/text": "^0.7.18",
"@hcengineering/text-markdown": "^0.7.18",
"@hcengineering/github": "workspace:^0.7.0",
"@hcengineering/attachment": "workspace:^0.7.0",
"dotenv": "^16.4.5",
"octokit": "^3.1.1",
"@octokit/webhooks": "^12.0.3",
"@octokit/types": "^12.0.0",
"graphql": "^16.8.0",
"fast-equals": "^5.2.2",
"@hcengineering/minio": "^0.7.15",
"markdown-it": "^14.0.0",
"@tiptap/html": "^2.11.7",
"@tiptap/core": "^2.11.7",
"@tiptap/pm": "^2.11.7",
"@tiptap/starter-kit": "^2.11.7",
"@tiptap/extension-highlight": "^2.11.7",
"@tiptap/extension-placeholder": "^2.11.7",
"@tiptap/extension-mention": "^2.11.7",
"@tiptap/extension-typography": "^2.11.7",
"@tiptap/extension-link": "^2.11.7",
"@tiptap/suggestion": "^2.11.7",
"@tiptap/extension-task-list": "^2.11.7",
"@tiptap/extension-task-item": "^2.11.7",
"@tiptap/extension-collaboration": "^2.11.7",
"@tiptap/extension-collaboration-cursor": "^2.11.7",
"@tiptap/extension-code-block": "^2.11.7",
"@tiptap/extension-gapcursor": "^2.11.7",
"@tiptap/extension-heading": "^2.11.7",
"@tiptap/extension-table": "^2.11.7",
"@tiptap/extension-table-cell": "^2.11.7",
"@tiptap/extension-table-header": "^2.11.7",
"@tiptap/extension-table-row": "^2.11.7",
"@tiptap/extension-code": "^2.11.7",
"@tiptap/extension-bubble-menu": "^2.11.7",
"@hcengineering/task": "workspace:^0.7.0",
"express": "^4.21.2",
"cors": "^2.8.5",
"body-parser": "^1.20.3",
"mongodb": "^6.16.0",
"@hcengineering/setting": "workspace:^0.7.0",
"@hcengineering/preference": "workspace:^0.7.0",
"@hcengineering/login": "workspace:^0.7.0",
"@hcengineering/view": "workspace:^0.7.0",
"@hcengineering/recruit": "workspace:^0.7.0",
"@hcengineering/activity": "workspace:^0.7.0",
"@hcengineering/telegram": "workspace:^0.7.0",
"@hcengineering/workbench": "workspace:^0.7.0",
"@hcengineering/lead": "workspace:^0.7.0",
"@hcengineering/gmail": "workspace:^0.7.0",
"@hcengineering/inventory": "workspace:^0.7.0",
"@hcengineering/templates": "workspace:^0.7.0",
"@hcengineering/notification": "workspace:^0.7.0",
"@hcengineering/tags": "workspace:^0.7.0",
"@hcengineering/calendar": "workspace:^0.7.0",
"@hcengineering/board": "workspace:^0.7.0",
"@hcengineering/hr": "workspace:^0.7.0",
"@hcengineering/bitrix": "workspace:^0.7.0",
"@hcengineering/request": "workspace:^0.7.0",
"@hcengineering/drive": "workspace:^0.7.0",
"@hcengineering/support": "workspace:^0.7.0",
"@hcengineering/collaborator-client": "^0.7.17",
"@hcengineering/document": "workspace:^0.7.0",
"@hcengineering/login-assets": "workspace:^0.7.0",
"@hcengineering/view-assets": "workspace:^0.7.0",
"@hcengineering/task-assets": "workspace:^0.7.0",
"@hcengineering/chunter-assets": "workspace:^0.7.0",
"@hcengineering/recruit-assets": "workspace:^0.7.0",
"@hcengineering/setting-assets": "workspace:^0.7.0",
"@hcengineering/contact-assets": "workspace:^0.7.0",
"@hcengineering/activity-assets": "workspace:^0.7.0",
"@hcengineering/telegram-assets": "workspace:^0.7.0",
"@hcengineering/workbench-assets": "workspace:^0.7.0",
"@hcengineering/attachment-assets": "workspace:^0.7.0",
"@hcengineering/lead-assets": "workspace:^0.7.0",
"@hcengineering/gmail-assets": "workspace:^0.7.0",
"@hcengineering/inventory-assets": "workspace:^0.7.0",
"@hcengineering/templates-assets": "workspace:^0.7.0",
"@hcengineering/notification-assets": "workspace:^0.7.0",
"@hcengineering/preference-assets": "workspace:^0.7.0",
"@hcengineering/tags-assets": "workspace:^0.7.0",
"@hcengineering/calendar-assets": "workspace:^0.7.0",
"@hcengineering/tracker-assets": "workspace:^0.7.0",
"@hcengineering/board-assets": "workspace:^0.7.0",
"@hcengineering/hr-assets": "workspace:^0.7.0",
"@hcengineering/bitrix-assets": "workspace:^0.7.0",
"@hcengineering/request-assets": "workspace:^0.7.0",
"@hcengineering/drive-assets": "workspace:^0.7.0",
"@hcengineering/support-assets": "workspace:^0.7.0",
"@hcengineering/github-assets": "workspace:^0.7.0",
"@hcengineering/document-assets": "workspace:^0.7.0",
"@hcengineering/time": "workspace:^0.7.0",
"@hcengineering/server-guest-resources": "workspace:^0.7.0",
"@hcengineering/analytics": "^0.7.17",
"@hcengineering/analytics-service": "^0.7.17",
"ws": "^8.18.2"
}
}