-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.63 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.63 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
52
53
54
55
56
57
58
59
60
{
"name": "skyanswers",
"main": "src/index.ts",
"author": "SkyClient",
"type": "module",
"scripts": {
"generate": "sapphire generate",
"watch": "bun --watch src/index.ts",
"start": "bun src/index.ts",
"lint": "eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@sapphire/cli": "^1.9.3",
"@sapphire/ts-config": "^5.0.3",
"@tsconfig/bun": "^1.0.10",
"@types/bun": "^1.3.10",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"globals": "^17.4.0",
"typescript-eslint": "^8.57.1"
},
"dependencies": {
"@octokit/core": "^7.0.6",
"@octokit/rest": "^22.0.1",
"@sapphire/decorators": "^6.2.0",
"@sapphire/discord.js-utilities": "^7.3.3",
"@sapphire/fetch": "^3.0.5",
"@sapphire/framework": "^5.5.0",
"@sapphire/plugin-editable-commands": "^4.0.4",
"@sapphire/plugin-subcommands": "^7.0.1",
"@sapphire/stopwatch": "^1.5.4",
"@sapphire/time-utilities": "^1.7.14",
"@sapphire/utilities": "^3.18.2",
"@skyra/env-utilities": "^2.0.1",
"@std/assert": "npm:@jsr/std__assert",
"@std/encoding": "npm:@jsr/std__encoding",
"@std/fmt": "npm:@jsr/std__fmt",
"@std/text": "npm:@jsr/std__text",
"consola": "^3.4.2",
"dedent": "^1.7.2",
"discord.js": "^14.25.1",
"expiry-map": "^2.0.0",
"jszip": "^3.10.1",
"lowdb": "^7.0.1",
"p-map": "^7.0.4",
"p-memoize": "^8.0.0",
"prettier": "^3.8.1",
"remeda": "^2.33.6",
"zod": "^4.3.6"
},
"peerDependencies": {
"typescript": "^5.9.3"
},
"trustedDependencies": [
"@sapphire/type",
"esbuild"
]
}