mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-09 09:20:54 +00:00
Some checks are pending
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
91 lines
3.1 KiB
JSON
91 lines
3.1 KiB
JSON
{
|
|
"name": "@hcengineering/pod-telegram-bot",
|
|
"version": "0.6.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 --external=ws",
|
|
"_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/telegram-bot",
|
|
"docker:staging": "../../../common/scripts/docker_tag.sh hardcoreeng/telegram-bot staging",
|
|
"docker:push": "../../../common/scripts/docker_tag.sh hardcoreeng/telegram-bot",
|
|
"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": {
|
|
"@hcengineering/platform-rig": "^0.6.0",
|
|
"@tsconfig/node16": "^1.0.4",
|
|
"@types/cors": "^2.8.12",
|
|
"@types/express": "^4.17.13",
|
|
"@types/jest": "^29.5.5",
|
|
"@types/node": "^22.15.29",
|
|
"@types/otp-generator": "^4.0.2",
|
|
"@types/ws": "^8.5.11",
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
"esbuild": "^0.24.2",
|
|
"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.1.0",
|
|
"ts-jest": "^29.1.1",
|
|
"ts-node": "^10.8.0",
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"dependencies": {
|
|
"@hcengineering/activity": "^0.6.0",
|
|
"@hcengineering/analytics": "^0.6.0",
|
|
"@hcengineering/account-client": "^0.6.0",
|
|
"@hcengineering/analytics-service": "^0.6.0",
|
|
"@hcengineering/attachment": "^0.6.14",
|
|
"@hcengineering/chunter": "^0.6.20",
|
|
"@hcengineering/client": "^0.6.18",
|
|
"@hcengineering/client-resources": "^0.6.27",
|
|
"@hcengineering/contact": "^0.6.24",
|
|
"@hcengineering/core": "^0.6.32",
|
|
"@hcengineering/kafka": "^0.6.0",
|
|
"@hcengineering/mongo": "^0.6.1",
|
|
"@hcengineering/notification": "^0.6.23",
|
|
"@hcengineering/platform": "^0.6.11",
|
|
"@hcengineering/server-client": "^0.6.0",
|
|
"@hcengineering/server-core": "^0.6.1",
|
|
"@hcengineering/server-storage": "^0.6.0",
|
|
"@hcengineering/server-telegram": "^0.6.0",
|
|
"@hcengineering/server-token": "^0.6.11",
|
|
"@hcengineering/setting": "^0.6.17",
|
|
"@hcengineering/telegram": "^0.6.21",
|
|
"@hcengineering/telegram-assets": "^0.6.0",
|
|
"@hcengineering/text": "^0.6.5",
|
|
"@hcengineering/api-client": "^0.6.0",
|
|
"@telegraf/entity": "^0.5.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "~16.0.0",
|
|
"express": "^4.21.2",
|
|
"htmlparser2": "^9.0.0",
|
|
"mongodb": "^6.16.0",
|
|
"otp-generator": "^4.0.1",
|
|
"postgres": "^3.4.7",
|
|
"telegraf": "^4.16.3"
|
|
}
|
|
}
|