{
  "_from": "eslint-plugin-bot-whatsapp@latest",
  "_id": "eslint-plugin-bot-whatsapp@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-qezzW9uUnD2iW7vMyX1RSaC9tcpym7CxT2ropi1hucd+Zlx/oVsYDBNM5BvgXiFZBs3NnZ538mbqbGRejMBIPw==",
  "_location": "/eslint-plugin-bot-whatsapp",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "eslint-plugin-bot-whatsapp@latest",
    "name": "eslint-plugin-bot-whatsapp",
    "escapedName": "eslint-plugin-bot-whatsapp",
    "rawSpec": "latest",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/eslint-plugin-bot-whatsapp/-/eslint-plugin-bot-whatsapp-1.0.0.tgz",
  "_shasum": "a48624fdf75395660ac16a6289f729f7e66c47dc",
  "_spec": "eslint-plugin-bot-whatsapp@latest",
  "_where": "/home/vcubed/nodevenv/chatbot.unadeca.net/10/lib",
  "author": {
    "name": "vicente1992",
    "email": "vic_ortiz20@hotmail.es"
  },
  "bugs": {
    "url": "https://github.com/vicente1992/bot-whatsapp/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "> TODO: description",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@types/eslint": "^8.56.2",
    "@types/node": "^20.11.0",
    "@types/sinon": "^17.0.3",
    "kleur": "^4.1.5",
    "rimraf": "^3.0.2",
    "rollup-plugin-typescript2": "^0.36.0",
    "sinon": "^17.0.1",
    "tslib": "^2.6.2",
    "tsm": "^2.3.0"
  },
  "directories": {
    "src": "src",
    "test": "__tests__"
  },
  "files": [
    "./dist/"
  ],
  "gitHead": "72ad1952bf8fd4ea54aa9d3ad64231cf0ca2e366",
  "homepage": "https://github.com/vicente1992/bot-whatsapp#readme",
  "license": "ISC",
  "main": "dist/index.cjs",
  "name": "eslint-plugin-bot-whatsapp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vicente1992/bot-whatsapp.git"
  },
  "scripts": {
    "build": "rimraf dist && rollup --config",
    "test": " npx uvu -r tsm ./__tests__ .test.ts",
    "test:coverage": "npx c8 npm run test",
    "test:debug": " npx tsm --inspect-brk ../../node_modules/uvu/bin.js ./__tests__ .test.ts"
  },
  "type": "module",
  "types": "dist/index.d.ts",
  "version": "1.0.0"
}
