30 lines
840 B
JSON
30 lines
840 B
JSON
{
|
|
"name": "@bp-bots/hello-world",
|
|
"description": "Hello-world bot",
|
|
"private": true,
|
|
"scripts": {
|
|
"postinstall": "genenv -o ./.genenv/index.ts -e HELLO_WORLD_TELEGRAM_BOT_TOKEN",
|
|
"check:type": "tsc --noEmit",
|
|
"check:bplint": "bp lint",
|
|
"build": "bp add -y && bp build"
|
|
},
|
|
"dependencies": {
|
|
"@botpress/cli": "workspace:*",
|
|
"@botpress/client": "workspace:*",
|
|
"@botpress/sdk": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@botpress/cli": "workspace:*",
|
|
"@botpress/common": "workspace:*",
|
|
"@botpress/sdk": "workspace:*",
|
|
"@botpresshub/chat": "workspace:*",
|
|
"@botpresshub/telegram": "workspace:*",
|
|
"@bpinternal/genenv": "0.0.1",
|
|
"@types/json-schema": "^7.0.12"
|
|
},
|
|
"bpDependencies": {
|
|
"telegram": "../../integrations/telegram",
|
|
"chat": "../../integrations/chat"
|
|
}
|
|
}
|