rename core to bot

This commit is contained in:
Leifer Mendez
2022-11-13 14:18:20 +01:00
parent 59182f20f3
commit 3946c88ed7
13 changed files with 9 additions and 51 deletions

22
packages/bot/package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "@bot-whatsapp/bot",
"version": "0.0.1",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"core:dev": "node ./index.js",
"core: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"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"kleur": "^4.1.5"
}
}