-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
{
"name": "discord.js-v14-bot-boilerplate",
"version": "0.0.0",
"description": "TheHellTower",
"main": "src/Main.js",
"scripts": {
"start": "node src/Main.js",
"start:shard": "node Sharder.js",
"emergency": "(if exist \"node_modules\" rd /s /q \"node_modules\") && npm i && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheHellTower/Discord.JS-v14-Bot-Boilerplate.git"
},
"keywords": [
"TheHellTower",
"Discord",
"Bot",
"Boilerplate",
"V14"
],
"author": {
"name": "TheHellTower",
"email": "thehelltower@tuta.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/TheHellTower/Discord.JS-v14-Bot-Boilerplate/issues"
},
"homepage": "https://github.com/TheHellTower/Discord.JS-v14-Bot-Boilerplate#readme",
"engines": {
"node": ">=16.9.0"
},
"dependencies": {
"discord.js": "^14.11.0",
"dotenv": "^16.0.3",
"glob": "^7.2.0",
"i18next": "^22.5.1",
"i18next-node-fs-backend": "^2.1.3",
"mongoose": "^7.2.1"
}
}