mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
22 lines
604 B
JSON
22 lines
604 B
JSON
{
|
|
"name": "io",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"io:dev": "NODE_ENV=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": {
|
|
|
|
}
|
|
} |