-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 841 Bytes
/
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
{
"name": "gamer-aquarium-bot",
"version": "1.0.0",
"description": "bot lol",
"main": "index.js",
"engines": {
"node": "16.x"
},
"scripts": {
"start": "nodemon index.js",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cdl-rajesh/gamer-aquarium-bot.git"
},
"author": "cdl-rajesh",
"license": "ISC",
"bugs": {
"url": "https://github.com/cdl-rajesh/gamer-aquarium-bot/issues"
},
"homepage": "https://github.com/cdl-rajesh/gamer-aquarium-bot#readme",
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "0.1.0-canary.0",
"discord-api-types": "^0.23.1",
"discord.js": "^13.2.0",
"node-fetch": "^2.6.5",
"node-schedule": "^2.1.0",
"snekfetch": "^4.0.4"
},
"devDependencies": {
"nodemon": "^2.0.13"
}
}