Files
bot-whatsapp/packages/core/package.json
Leifer Mendez 59182f20f3 Test (core) OK
2022-11-13 14:08:33 +01:00

24 lines
755 B
JSON

{
"name": "@bot-whatsapp/core",
"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",
"build:core": "yarn run format:write && yarn run lint:fix && yarn run io:rollup"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"kleur": "^4.1.5"
}
}