-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 KB
/
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
{
"name": "terrashift-bot",
"version": "1.0.0",
"main": "src/index.js",
"author": "@sapphire",
"license": "UNLICENSE",
"type": "commonjs",
"dependencies": {
"@sapphire/discord-utilities": "^3.1.0",
"@sapphire/discord.js-utilities": "7.0.0",
"@sapphire/fetch": "^2.4.1",
"@sapphire/framework": "^4.8.5",
"@sapphire/plugin-api": "^5.2.0",
"@sapphire/plugin-editable-commands": "^3.0.2",
"@sapphire/plugin-logger": "^3.0.4",
"@sapphire/plugin-subcommands": "^4.0.1",
"@sapphire/time-utilities": "^1.7.9",
"@sapphire/type": "^2.4.0",
"@sapphire/utilities": "^3.12.0",
"@xmcl/modrinth": "^2.3.1",
"discord-api-types": "^0.37.73",
"discord.js": "^14.14.1",
"node-curseforge": "^1.3.3",
"node-fetch": "^2.6.12",
"nodeactyl": "^3.3.0",
"socket.io-client": "^4.7.4",
"ws": "^8.16.0",
"wss": "^3.3.4"
},
"devDependencies": {
"@sapphire/cli": "^1.6.1",
"@sapphire/prettier-config": "^1.4.5",
"nodemon": "^2.0.22",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8"
},
"scripts": {
"sapphire": "sapphire",
"generate": "sapphire generate",
"watch": "nodemon -L --watch src",
"start": "node src/index.js",
"format": "prettier --write \"src/**/*.js\""
},
"prettier": "@sapphire/prettier-config",
"packageManager": "[email protected]"
}