{
  "name": "@bot-whatsapp/bot",
  "version": "0.1.38",
  "description": "",
  "main": "./lib/bundle.bot.cjs",
  "keywords": [],
  "files": [
    "./lib/bundle.bot.cjs",
    "./provider/*",
    "./core/*",
    "./io/*"
  ],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@bot-whatsapp/cli": "*",
    "kleur": "^4.1.5"
  },
  "dependencies": {
    "dotenv": "^16.0.3"
  },
  "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"
  }
}