18 lines
388 B
JSON
18 lines
388 B
JSON
{
|
|
"name": "@botpresshub/typing-indicator",
|
|
"description": "Typing indicator interface for Botpress",
|
|
"private": true,
|
|
"scripts": {
|
|
"check:type": "tsc --noEmit",
|
|
"check:bplint": "bp lint"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@botpress/sdk": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@botpress/cli": "workspace:*",
|
|
"@botpress/sdk": "workspace:*"
|
|
}
|
|
}
|