-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 799 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 799 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
29
30
{
"name": "rayzrdev-bot",
"version": "1.0.0",
"description": "The official Discord bot for RayzrDev",
"main": "src/bot.js",
"repository": "https://github.com/Rayzr522/RayzrDevBot",
"author": "Rayzr522 <rayzr522@gmail.com>",
"license": "MIT",
"scripts": {
"start": "node src/bot.js",
"lint": "eslint --fix -c .eslintrc.json 'src/**/!(_)*.js'",
"dev": "nodemon -w src src/bot.js"
},
"devDependencies": {
"eslint": "^6.8.0",
"nodemon": "^2.0.4"
},
"dependencies": {
"@rayzr/minecraft-pinger": "^1.0.4",
"chalk": "^4.1.0",
"common-tags": "^1.8.0",
"cool-ascii-faces": "^1.3.4",
"discord.js": "^12.5.0",
"fs-extra": "^9.0.1",
"fs-readdir-recursive": "^1.1.0",
"got": "^11.5.1",
"leven": "^3.1.0",
"xpdb": "^1.0.5"
}
}