34 lines
929 B
JSON
34 lines
929 B
JSON
{
|
|
"name": "@botpresshub/telegram",
|
|
"description": "Telegram integration for Botpress",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bp add -y && bp build",
|
|
"check:type": "tsc --noEmit",
|
|
"check:bplint": "bp lint",
|
|
"test": "vitest --run"
|
|
},
|
|
"dependencies": {
|
|
"@botpress/client": "workspace:*",
|
|
"@botpress/sdk": "workspace:*",
|
|
"@botpress/sdk-addons": "workspace:*",
|
|
"lodash": "^4.17.21",
|
|
"markdown-it": "^14.1.0",
|
|
"nanoid": "^5.1.5",
|
|
"sanitize-html": "^2.17.0",
|
|
"telegraf": "^4.16.3"
|
|
},
|
|
"devDependencies": {
|
|
"@botpress/cli": "workspace:*",
|
|
"@botpress/common": "workspace:*",
|
|
"@botpress/sdk": "workspace:*",
|
|
"@botpresshub/typing-indicator": "workspace:*",
|
|
"@types/lodash": "^4.14.191",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/sanitize-html": "^2.16.0"
|
|
},
|
|
"bpDependencies": {
|
|
"typing-indicator": "../../interfaces/typing-indicator"
|
|
}
|
|
}
|