mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
22 lines
556 B
JSON
22 lines
556 B
JSON
{
|
|
"name": "@bot-whatsapp/contexts",
|
|
"version": "0.0.4-alpha.0",
|
|
"description": "",
|
|
"main": "./lib/bundle.contexts.cjs",
|
|
"files": [
|
|
"./lib/"
|
|
],
|
|
"exports": {
|
|
"./mock": "./lib/mock/index.cjs",
|
|
"./dialogflow": "./lib/dialogflow/index.cjs",
|
|
"./dialogflowcx": "./lib/dialogflow-cx/index.cjs"
|
|
},
|
|
"dependencies": {
|
|
"@bot-whatsapp/bot": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/contexts"
|
|
}
|
|
}
|