-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 826 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 826 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
31
32
33
34
35
36
37
38
{
"name": "discordbot",
"version": "1.2.0",
"description": "Bot for Create Technical",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Bot",
"Create",
"Discord"
],
"author": "Hyperbuilder",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.1",
"discord.js": "^13.0.0-dev.2675b08.1627646567",
"minecraft-server-util": "^3.4.2",
"module-alias": "^2.2.2",
"mongoose": "^5.12.3",
"node-2fa": "^2.0.1",
"nodemon": "^2.0.7",
"npm": "^7.20.3",
"pretty-ms": "^7.0.1",
"read-last-lines": "^1.8.0",
"ytdl-core": "^3.2.0"
},
"_moduleAliases": {
"@root": ".",
"@events": "./events",
"@schema": "./schema",
"@util": "./util"
},
"_moduleDirectories": [
"node_modules"
]
}