7df04c0103
Deploy app frontend / app frontend (push) Failing after 54s
Deploy service couchdb / service couchdb (push) Successful in 38s
Deploy db-migrations / db-migrations (push) Failing after 50s
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Failing after 1m27s
Deploy service tg-bot / service tg-bot (push) Failing after 44s
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"name": "@hereconnect/service-tg-bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/server.ts",
|
|
"type": "module",
|
|
"license": "@hereconnect/license",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=v20.10.0",
|
|
"pnpm": ">=8.15.0"
|
|
},
|
|
"homepage": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"bugs": "",
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "",
|
|
"email": "",
|
|
"url": ""
|
|
},
|
|
"contributors": [],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsx src/bot/index.ts",
|
|
"dev:watch": "tsx --watch src/bot/index.ts",
|
|
"type-check": "tsc --noEmit",
|
|
"clean": "rm -rf dist",
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint src --fix",
|
|
"validate": "npm run type-check && npm run lint",
|
|
"start": "node --import=extensionless/register dist/bot/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@grammyjs/conversations": "^1.2.0",
|
|
"@hereconnect/constants": "workspace:^",
|
|
"@hereconnect/couchdb-changes-stream": "workspace:^",
|
|
"@hereconnect/lib-service-health-checkserver": "workspace:^",
|
|
"@hereconnect/lib-service-seq-tracker": "workspace:^",
|
|
"@hereconnect/tg-bot-webhook-ddoc": "workspace:^",
|
|
"@xmldom/xmldom": "^0.9.6",
|
|
"canvas": "^2.11.2",
|
|
"extensionless": "^1.9.9",
|
|
"grammy": "^1.33.0",
|
|
"jsdom": "^25.0.1",
|
|
"pouchdb-adapter-http": "^9.0.0",
|
|
"pouchdb-core": "^9.0.0",
|
|
"pouchdb-find": "^9.0.0",
|
|
"pouchdb-upsert": "^2.2.0",
|
|
"qr-code-styling": "^1.8.4",
|
|
"sharp": "^0.33.5",
|
|
"svgo": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@grammyjs/types": "^3.17.0",
|
|
"@hereconnect/types": "workspace:^",
|
|
"@types/bun": "^1.1.14",
|
|
"@types/node": "^22.10.1",
|
|
"@types/pouchdb-adapter-http": "^6.1.6",
|
|
"@types/pouchdb-core": "^7.0.15",
|
|
"@types/pouchdb-find": "^7.3.3",
|
|
"@types/pouchdb-upsert": "^2.2.9",
|
|
"@typescript-eslint/eslint-plugin": "^8.18.0",
|
|
"@typescript-eslint/parser": "^8.18.0",
|
|
"eslint": "^9.16.0",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|