Files
bot-whatsapp/packages/core/package.json
Leifer Mendez 24484015b3 before lerna
2022-11-09 11:27:01 +01:00

22 lines
697 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": {}
}