{
  "_from": "@bot-whatsapp/bot@latest",
  "_id": "@bot-whatsapp/bot@0.1.38",
  "_inBundle": false,
  "_integrity": "sha512-M1FDbsgkn+03zss3zen0w2BdQytOEcHLXAkJZP8qU6w22B1B6nOw0871o/LqKzIaiLS7paSEc/6rDr3reYl84g==",
  "_location": "/@bot-whatsapp/bot",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "@bot-whatsapp/bot@latest",
    "name": "@bot-whatsapp/bot",
    "escapedName": "@bot-whatsapp%2fbot",
    "scope": "@bot-whatsapp",
    "rawSpec": "latest",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "/",
    "/@bot-whatsapp/provider"
  ],
  "_resolved": "https://registry.npmjs.org/@bot-whatsapp/bot/-/bot-0.1.38.tgz",
  "_shasum": "3c9a2a5a1f00f99710dd42fc037fd130d5f676bb",
  "_spec": "@bot-whatsapp/bot@latest",
  "_where": "/home/vcubed/nodevenv/chatbot.unadeca.net/10/lib",
  "author": "",
  "bundleDependencies": false,
  "dependencies": {
    "dotenv": "^16.0.3"
  },
  "deprecated": false,
  "description": "",
  "devDependencies": {
    "@bot-whatsapp/cli": "*",
    "kleur": "^4.1.5"
  },
  "files": [
    "./lib/bundle.bot.cjs",
    "./provider/*",
    "./core/*",
    "./io/*"
  ],
  "keywords": [],
  "license": "ISC",
  "main": "./lib/bundle.bot.cjs",
  "name": "@bot-whatsapp/bot",
  "repository": {
    "type": "git",
    "url": "https://github.com/codigoencasa/bot-whatsapp/tree/main/packages/bot"
  },
  "scripts": {
    "bot:rollup": "node ../../node_modules/.bin/rollup index.js --config ./rollup-cli.config.js",
    "format:check": "prettier --check .",
    "format:write": "prettier --write .",
    "lint:check": "eslint .",
    "lint:fix": "eslint --fix .",
    "test.unit": "cross-env NODE_ENV=test node ../../node_modules/uvu/bin.js tests"
  },
  "version": "0.1.38"
}
