-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 980 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
37
38
39
{
"name": "ninjabot",
"version": "2.0.0",
"description": "A wonderful discord bot with many functionalities (risitas, toss a coin, avatar...)",
"engines": {
"node": "16.14.0"
},
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"dev": "nodemon bot.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:ACayet/NinjaBot.git"
},
"author": "Arthur Cayet <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ACayet/NinjaBot/issues"
},
"homepage": "https://github.com/ACayet/NinjaBot#readme",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/rest": "^0.3.0",
"discord-api-types": "^0.27.3",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"http-status-codes": "^2.2.0",
"node-fetch": "^2.6.7",
"url-status-code": "^2.0.0",
"winston": "^3.6.0"
},
"devDependencies": {
"eslint": "^8.10.0",
"mocha": "^9.2.1"
}
}