17 lines
420 B
JSON
17 lines
420 B
JSON
{
|
|
"name": "@botpresshub/proactive-conversation",
|
|
"description": "interface that allows the bot to proactively create a conversation in the integration",
|
|
"private": true,
|
|
"scripts": {
|
|
"check:type": "tsc --noEmit",
|
|
"check:bplint": "bp lint"
|
|
},
|
|
"dependencies": {
|
|
"@botpress/sdk": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@botpress/cli": "workspace:*",
|
|
"@botpress/sdk": "workspace:*"
|
|
}
|
|
}
|