-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (41 loc) · 1.07 KB
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "rio-futaba",
"version": "1.0.0",
"description": "An open source bot using discord.js, will include some random features for your faces",
"main": "index.js",
"dependencies": {
"apexlegendsjs": "^2.0.0",
"axios": "^0.21.0",
"canvas": "^2.6.1",
"chalk": "^4.0.0",
"cheerio": "^1.0.0-rc.3",
"discord.js": "^12.1.1",
"figlet": "^1.4.0",
"fortnite": "^4.3.2",
"got": "^11.8.0",
"moment": "^2.24.0",
"mongoose": "^5.9.7",
"node-fetch": "^2.6.0",
"random-puppy": "^1.1.0",
"valorant": "0.0.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fullstack-Wibuloper/Rio-Futaba-Bot.git"
},
"keywords": [
"Alita",
"discord",
"mongo"
],
"author": "DomathID",
"license": "GNU General Public License v3.0",
"bugs": {
"url": "https://github.com/Fullstack-Wibuloper/Rio-Futaba-Bot/issues"
},
"homepage": "https://github.com/Fullstack-Wibuloper/Rio-Futaba-Bot#readme"
}