UNPKG

@mengkodingan/ckptw

Version:

Create powerful WhatsApp bots easily

67 lines 1.72 kB
{ "name": "@mengkodingan/ckptw", "version": "4.4.10", "description": "Create powerful WhatsApp bots easily", "main": "lib/index.js", "repository": { "type": "git", "url": "git+https://github.com/Mengkodingan/ckptw.git" }, "bugs": { "url": "https://github.com/Mengkodingan/ckptw/issues" }, "homepage": "https://github.com/Mengkodingan/ckptw#readme", "keywords": [ "whatsapp", "whatsapp-bot", "bot", "baileys", "baileys-md", "whatsapp-web", "whatsapp-api", "md" ], "author": "JstnLT <jastinlinggar@gmail.com> (jstnlt.my.id) and friends.", "license": "MIT", "devDependencies": { "@types/node": "^22.13.14", "link-preview-js": "^3.0.5", "rimraf": "^5.0.1", "typedoc": "^0.24.8", "typedoc-plugin-missing-exports": "^2.0.0", "typescript": "^4.9.5" }, "dependencies": { "@discordjs/collection": "^1.4.0", "@hapi/boom": "^10.0.1", "@mengkodingan/consolefy": "^1.0.1", "@whiskeysockets/baileys": "^6.7.18", "pino": "^8.11.0", "qrcode-terminal": "^0.12.0" }, "peerDependencies": { "jimp": "^0.16.1", "link-preview-js": "^3.0.0", "sharp": "^0.32.6" }, "peerDependenciesMeta": { "jimp": { "optional": true }, "sharp": { "optional": true }, "link-preview-js": { "optional": true } }, "scripts": { "watch": "tsc --watch", "clean": "rimraf lib", "build": "pnpm clean && tsc", "example": "pnpm build && pnpm example:build && pnpm example:run", "example:build": "tsc example/app.ts --esModuleInterop --skipLibCheck", "example:run": "node example/app.js", "build:docs": "rimraf docs && typedoc --options typedoc.json" } }