mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 11:39:15 +00:00
24 lines
728 B
JSON
24 lines
728 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:core": "node ../../node_modules/uvu/bin.js tests",
|
|
"build:core": "npm run format:write && npm run lint:fix && npm run io:rollup"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"kleur": "^4.1.5"
|
|
}
|
|
}
|