-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 740 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "Pikachu-Bot",
"version": "2.0.0",
"description": "Pikachu whatsapp bot provides a bunch of bgms and features to your whatsapp account.",
"main": "./pikachu/bot.js",
"scripts": {
"start": "supervisor -s bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ameer-kallumthodi/pikachu.git"
},
"keywords": [
"WhatsApp",
"bgm",
"Bot"
],
"author": "AsenaDev / Yusuf Usta",
"developer": "Ameer suhail / @phaticusthiccy",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ameer-kallumthodi/pikachu/issues"
},
"homepage": "https://github.com/phaticusthiccy/WhatsAsenaDuplicated#readme",
"dependencies": {
"raganork-bot": "1.4.2"
}
}