-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.39 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
43
44
45
46
47
48
49
50
51
{
"name": "cadia-bot",
"version": "3.7.3",
"main": "src/index.js",
"author": "@DevArqf",
"license": "UNLICENSE",
"type": "commonjs",
"dependencies": {
"@iamtraction/google-translate": "^1.1.2",
"@napi-rs/canvas": "^1.0.0",
"@sapphire/discord-utilities": "^3.2.2",
"@sapphire/discord.js-utilities": "7.1.6",
"@sapphire/fetch": "^3.0.2",
"@sapphire/framework": "^5.0.7",
"@sapphire/plugin-api": "^6.1.1",
"@sapphire/plugin-editable-commands": "^4.0.4",
"@sapphire/plugin-logger": "^4.0.2",
"@sapphire/plugin-subcommands": "^6.0.3",
"@sapphire/time-utilities": "^1.7.12",
"@sapphire/utilities": "^3.15.3",
"@skyra/env-utilities": "^1.3.0",
"axios": "^1.6.7",
"beautify": "^0.0.8",
"cli-progress": "^3.12.0",
"discord-gamecord": "^4.4.4",
"discord.js": "^14.14.1",
"figlet": "^1.7.0",
"mathjs": "^15.2.0",
"mysql2": "^3.22.4",
"os": "^0.1.2",
"sourcebin_js": "^0.0.3-ignore",
"util": "^0.12.5"
},
"devDependencies": {
"@sapphire/cli": "^1.9.3",
"@sapphire/prettier-config": "^2.0.0",
"nodemon": "^3.0.3",
"npm-run-all2": "^6.1.1",
"prettier": "^3.8.3"
},
"scripts": {
"sapphire": "sapphire",
"generate": "sapphire generate",
"watch": "nodemon -L --watch src",
"prestart": "npm test",
"start": "node src/index.js",
"test": "node scripts/run-tests.js",
"format": "prettier --write \"src/**/*.js\""
},
"prettier": "@sapphire/prettier-config"
}