Files
bot-whatsapp/packages/io/package.json
Leifer Mendez e00aacfe3e io improvement
2022-10-29 13:07:58 +02:00

21 lines
581 B
JSON

{
"name": "io",
"version": "0.0.1",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"io:dev": "node ./index.js",
"io: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:io": "npm run format:write && npm run lint:fix && npm run io:rollup"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {}
}