-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 855 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": "slash-bot-template",
"version": "4.0.0-rebuild",
"description": "A template discord bot with slash commands",
"main": "index.js",
"type": "module",
"dependencies": {
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"mysql": "^2.18.1",
"remove-accents": "^0.5.0",
"weighted-damerau-levenshtein": "^0.1.2",
"yaml": "^2.5.0"
},
"scripts": {
"start": "node index.js",
"test": "node start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gurizenit/slash-bot-template.git"
},
"keywords": [
"v14",
"slash",
"template",
"discord.js",
"nodejs"
],
"author": "GuriZenit",
"license": "MIT",
"bugs": {
"url": "https://github.com/gurizenit/slash-bot-template/issues"
},
"homepage": "https://github.com/gurizenit/slash-bot-template#readme"
}