chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user