Files
bot-whatsapp/packages/cli/package.json
Leifer Mendez 710f1b9f90 before
2022-10-29 12:16:16 +02:00

19 lines
551 B
JSON

{
"name": "cli",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"cli:dev": "NODE_ENV=dev node ./index.js",
"cli:rollup": "rollup index.js --config ./rollup-cli.config.js",
"format:check": "prettier --check .",
"format:write": "prettier --write .",
"lint:check": "eslint .",
"lint:fix": "eslint --fix .",
"build:cli": "npm run format:write && npm run lint:fix && npm run cli:rollup"
},
"keywords": [],
"author": "",
"license": "ISC"
}