-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
36 lines (36 loc) · 934 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
36
{
"name": "neil.js",
"version": "1.5.0",
"description": "Customised discord bot for NGIT discord server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NGIT-Open-Source/discord-bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/NGIT-Open-Source/discord-bot/issues"
},
"homepage": "https://github.com/NGIT-Open-Source/discord-bot#readme",
"dependencies": {
"@discordjs/builders": "^0.5.0",
"@discordjs/rest": "*",
"axios": "^0.21.1",
"discord-api-types": "^0.22.0",
"discord-together": "^1.3.0",
"discord.js": "^13.2.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"pretty-ms": "^7.0.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"nodemon": "^2.0.12"
}
}