{ "name": "@bot-whatsapp/root", "version": "1.0.0", "description": "Bot de wahtsapp open source para MVP o pequeños negocios", "main": "app.js", "scripts": { "cli:rollup": "rollup ./packages/cli/index.js --config ./packages/cli/rollup-cli.config.js", "io:rollup": "rollup ./packages/io/index.js --config ./packages/io/rollup-cli.config.js", "core:rollup": "rollup ./packages/core/index.js --config ./packages/core/rollup-cli.config.js", "provider:rollup": "rollup ./packages/provider/index.js --config ./packages/provider/rollup-cli.config.js", "database:rollup": "rollup ./packages/database/index.js --config ./packages/database/rollup-cli.config.js", "all:rollup": "rollup ./packages/index.js --config ./packages/rollup-cli.config.js", "format:check": "prettier --check ./packages", "format:write": "prettier --write ./packages", "lint:check": "eslint ./packages", "lint:fix": "eslint --fix ./packages", "build": "npm run all:rollup", "test.unit": "node ./node_modules/uvu/bin.js packages test", "test.e2e": "node ./node_modules/uvu/bin.js __tests__ test", "test.coverage": "node ./node_modules/c8/bin/c8.js --check-coverage --lines=90 npm run test.unit", "test": "npm run test.unit && npm run test.e2e", "cli": "node ./packages/cli/bin/cli.js" }, "workspaces": [ "packages/*", "docs" ], "keywords": [ "whatsapp", "bot-whatsapp", "node-bot-whatsapp" ], "contributors": [ { "email": "leifer33@gmail.com", "name": "Leifer Mendez", "url": "https://leifermendez.github.io" }, { "name": "aurik3", "email": "aurik3@aurik3.com", "url": "https://github.com/aurik3" } ], "repository": { "type": "git", "url": "https://github.com/leifermendez/bot-whatsapp" }, "license": "ISC", "dependencies": {}, "devDependencies": { "@rollup/plugin-commonjs": "^23.0.2", "c8": "^7.12.0", "prettier": "^2.7.1", "eslint": "^8.26.0", "eslint-config-prettier": "^8.5.0", "prompts": "^2.4.2", "rimraf": "^3.0.2", "rollup": "^3.2.3", "uvu": "^0.5.6" }, "engines": { "node": "16.x", "npm": ">=6.0.0" } }