forked from 4ngel2769/Helix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.86 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "helix",
"version": "10.0.0",
"main": "dist/index.js",
"author": "4ngel2769",
"license": "GNU",
"type": "commonjs",
"dependencies": {
"@frostzzone/discord-easy-dashboard": "^1.2.2",
"@kaname-png/plugin-subcommands-advanced": "^2.4.2",
"@kbotdev/plugin-modules": "^3.0.0",
"@sapphire/decorators": "^6.0.4",
"@sapphire/discord-utilities": "^3.2.2",
"@sapphire/discord.js-utilities": "^7.1.6",
"@sapphire/fetch": "^3.0.2",
"@sapphire/framework": "^5.2.1",
"@sapphire/plugin-api": "^6.1.1",
"@sapphire/plugin-editable-commands": "^4.0.2",
"@sapphire/plugin-hmr": "^3.0.1",
"@sapphire/plugin-logger": "^4.0.2",
"@sapphire/plugin-subcommands": "^6.0.3",
"@sapphire/time-utilities": "^1.7.12",
"@sapphire/type": "^2.4.4",
"@sapphire/utilities": "^3.16.2",
"@skyra/env-utilities": "^1.3.0",
"@types/mongoose": "^5.11.97",
"colorette": "^2.0.20",
"discord-dashboard": "^2.3.62",
"discord.js": "^14.15.2",
"express": "^4.19.2",
"mongoose": "^8.4.0"
},
"devDependencies": {
"@keyv/mongo": "^2.2.8",
"@sapphire/cli": "^1.9.3",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@types/express": "^4",
"@types/node": "^20.11.5",
"@types/ws": "^8.5.10",
"keyv": "^4.5.4",
"npm-run-all": "^4.1.5",
"npm-run-all2": "^6.1.1",
"prettier": "^3.2.4",
"tsc-watch": "^6.0.4",
"typescript": "^5.3.3"
},
"scripts": {
"sapphire": "sapphire",
"generate": "sapphire generate",
"build": "tsc",
"watch": "tsc -w",
"start": "node dist/index.js",
"dev": "run-s build start",
"dev2": "run-p watch start",
"watch:start": "tsc-watch --onSuccess \"node ./dist/index.js\"",
"format": "prettier --write \"src/**/*.ts\""
},
"prettier": "@sapphire/prettier-config",
"packageManager": "[email protected]"
}