mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 11:39:15 +00:00
17 lines
349 B
JSON
17 lines
349 B
JSON
{
|
|
"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": "*"
|
|
}
|
|
}
|