-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1019 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
40
41
42
43
44
45
46
47
48
{
"dependencies": {
"consoled.js": "^1.0.4",
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"https": "^1.0.0",
"perma.db": "^1.0.9"
},
"name": "discord-template",
"description": "bot template for discord.js",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "nodemon .",
"cover": "istanbul --instrument cover .",
"mon": "npm exec nodemon .",
"start": "node .",
"run": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rednexie/discord-template.git"
},
"keywords": [
"guilded",
"bot",
"discord.gg",
"discord",
"bot",
"commands",
"template",
"nodejs",
"server"
],
"author": "Rednexie",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rednexie/discord-template/issues"
},
"homepage": "https://github.com/Rednexie/discord-template#readme",
"engines": {
"node": ">=16"
},
"devDependencies": {
"istanbul": "^0.4.5",
"nodemon": "^3.0.1"
}
}