wachan
Version:
Simpler way to code baileys.
43 lines (42 loc) • 870 B
JSON
{
"name": "wachan",
"version": "1.5.0",
"description": "Simpler way to code baileys.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aidulcandra/wachan.git"
},
"keywords": [
"wa",
"bot",
"whatsapp",
"baileys"
],
"author": "Aidul Candra",
"license": "ISC",
"bugs": {
"url": "https://github.com/aidulcandra/wachan/issues"
},
"homepage": "https://github.com/aidulcandra/wachan#readme",
"files": [
"index.js",
"lib",
"package.json",
"README.md"
],
"devDependencies": {
"@eslint/js": "^9.31.0",
"@types/jest": "^30.0.0",
"eslint": "^9.31.0",
"globals": "^16.3.0",
"jest": "^30.0.4"
},
"dependencies": {
"baileys": "^6.7.18",
"colors": "^1.4.0"
}
}