feat(provider): 🐛 dialogflow

This commit is contained in:
Leifer Mendez
2022-12-16 15:33:15 +01:00
parent a52aaa11d8
commit 4ec6f1e120
11 changed files with 228 additions and 10 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "@bot-whatsapp/contexts",
"version": "0.0.1",
"description": "",
"main": "./lib/bundle.contexts.cjs",
"files": [
"./lib/"
],
"exports": {
"./mock": "./lib/mock/index.cjs",
"./dialogflow": "./lib/dialogflow/index.cjs"
},
"dependencies": {
"@bot-whatsapp/bot": "*"
}
}