We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ada080 commit efad44eCopy full SHA for efad44e
package.json
@@ -0,0 +1,18 @@
1
+{
2
+ "name": "fightertunnel-bot",
3
+ "version": "1.0.0",
4
+ "description": "Bot WhatsApp untuk mengelola server dan membuat akun VPN dengan pembayaran PAY-AS.",
5
+ "main": "app.js",
6
+ "scripts": {
7
+ "start": "node app.js"
8
+ },
9
+ "dependencies": {
10
+ "@fightertunnel/createft": "^0.6.0",
11
+ "@mengkodingan/ckptw": "^4.3.6",
12
+ "@whiskeysockets/baileys": "^6.7.9",
13
+ "dotenv": "^16.0.0",
14
+ "sqlite3": "^5.0.0"
15
16
+ "author": "fightertunnel",
17
+ "license": "MIT"
18
+}
0 commit comments