-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 938 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 938 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
{
"name": "terrashift-bot",
"version": "1.0.0",
"description": "Utility bot for the Terrashift Discord Server",
"main": "src/index.js",
"scripts": {
"sapphire": "sapphire",
"generate": "sapphire generate",
"watch": "nodemon -L --watch src",
"start": "node src/index.js",
"format": "prettier --write \"src/**/*.js\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@sapphire/discord.js-utilities": "^7.3.3",
"@sapphire/fetch": "^3.0.5",
"@sapphire/framework": "^5.3.1",
"@sapphire/plugin-editable-commands": "^4.0.3",
"@sapphire/plugin-logger": "^4.0.2",
"@sapphire/plugin-subcommands": "^7.0.1",
"@sapphire/utilities": "^3.18.1",
"@xmcl/modrinth": "^2.3.1",
"colorette": "^2.0.20",
"discord.js": "~14.16.3",
"node-curseforge": "^1.3.3",
"node-fetch": "^3.3.2",
"nodeactyl": "^3.3.0"
},
"devDependencies": {
"prettier": "^3.4.2"
}
}