Spaces:
Paused
Paused
Upload package.json
Browse files- package.json +54 -0
package.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "ckptw-wabot",
|
| 3 |
+
"version": "1.1.6+rebuild",
|
| 4 |
+
"description": "WhatsApp Bot with @mengkodingan/ckptw.",
|
| 5 |
+
"main": "index.js",
|
| 6 |
+
"directories": {
|
| 7 |
+
"commands": "commands",
|
| 8 |
+
"events": "events",
|
| 9 |
+
"tools": "tools"
|
| 10 |
+
},
|
| 11 |
+
"scripts": {
|
| 12 |
+
"test": "echo \"Error: no test specified\" && exit 1",
|
| 13 |
+
"install:adapter": "node install-adapter.js",
|
| 14 |
+
"start": "node .",
|
| 15 |
+
"start:pm2": "pm2 start ./index.js --name $(basename $(pwd))"
|
| 16 |
+
},
|
| 17 |
+
"repository": {
|
| 18 |
+
"type": "git",
|
| 19 |
+
"url": "git+https://github.com/itsreimau/ckptw-wabot.git"
|
| 20 |
+
},
|
| 21 |
+
"keywords": [
|
| 22 |
+
"whatsapp",
|
| 23 |
+
"whatsapp-bot"
|
| 24 |
+
],
|
| 25 |
+
"author": "Muhamad Ikbal Maulana | ItsReimau",
|
| 26 |
+
"license": "MIT",
|
| 27 |
+
"bugs": {
|
| 28 |
+
"url": "https://github.com/itsreimau/ckptw-wabot/issues"
|
| 29 |
+
},
|
| 30 |
+
"homepage": "https://github.com/itsreimau/ckptw-wabot#readme",
|
| 31 |
+
"dependencies": {
|
| 32 |
+
"@mengkodingan/ckptw": "^4.4.8",
|
| 33 |
+
"@mengkodingan/consolefy": "^1.0.1",
|
| 34 |
+
"axios": "1.8.1",
|
| 35 |
+
"cfonts": "^3.3.0",
|
| 36 |
+
"cheerio": "^1.0.0",
|
| 37 |
+
"didyoumean": "^1.2.2",
|
| 38 |
+
"file-type": "^16.5.4",
|
| 39 |
+
"form-data": "^4.0.2",
|
| 40 |
+
"jimp": "^0.16.1",
|
| 41 |
+
"jsdom": "^26.0.0",
|
| 42 |
+
"link-preview-js": "^3.0.14",
|
| 43 |
+
"mime-types": "^2.1.35",
|
| 44 |
+
"moment-timezone": "^0.5.47",
|
| 45 |
+
"simpl.db": "^2.13.0",
|
| 46 |
+
"util": "^0.12.5",
|
| 47 |
+
"wa-sticker-formatter": "^4.4.4"
|
| 48 |
+
},
|
| 49 |
+
"optionalDependencies": {
|
| 50 |
+
"baileys-mysql": "^1.0.4",
|
| 51 |
+
"baileys-mongodb": "^1.0.9",
|
| 52 |
+
"baileys-firebase": "^1.0.1"
|
| 53 |
+
}
|
| 54 |
+
}
|