wachan
Version:
Simpler way to code baileys.
48 lines (47 loc) • 1.07 kB
JSON
{
"name": "wachan",
"version": "1.16.0",
"description": "Simpler way to code baileys.",
"main": "index.js",
"scripts": {
"test": "node --test --experimental-test-module-mocks"
},
"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",
"exports": {
".": "./index.js",
"./commands": "./tools/commands.js",
"./sticker": "./tools/sticker.js"
},
"files": [
"index.js",
"lib",
"package.json",
"README.md",
"tools"
],
"dependencies": {
"baileys": "^7.0.0-rc.8",
"baileys_helper": "^1.0.6",
"colors": "^1.4.0",
"file-type": "^21.0.0",
"mime-types": "^3.0.1",
"node-webpmux": "^3.2.1",
"sharp": "^0.34.4",
"vcard-parser": "^1.0.0"
}
}