-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.61 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
{
"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": "^9.13.0",
"@sapphire/cli": "^1.9.3",
"@sapphire/ts-config": "^5.0.1",
"@tsconfig/bun": "^1.0.7",
"@types/bun": "^1.1.12",
"@types/eslint-config-prettier": "^6.11.3",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"typescript-eslint": "^8.11.0"
},
"dependencies": {
"@octokit/core": "^6.1.2",
"@octokit/rest": "^21.0.2",
"@sapphire/decorators": "^6.1.0",
"@sapphire/discord.js-utilities": "^7.3.0",
"@sapphire/fetch": "^3.0.3",
"@sapphire/framework": "^5.2.1",
"@sapphire/plugin-editable-commands": "^4.0.2",
"@sapphire/plugin-logger": "^4.0.2",
"@sapphire/plugin-subcommands": "^7.0.0",
"@sapphire/stopwatch": "^1.5.2",
"@sapphire/time-utilities": "^1.7.12",
"@sapphire/utilities": "^3.17.0",
"@skyra/env-utilities": "^1.3.0",
"@std/fmt": "npm:@jsr/std__fmt",
"@std/text": "npm:@jsr/std__text",
"dedent": "^1.5.3",
"discord.js": "^14.16.3",
"jszip": "^3.10.1",
"lowdb": "^7.0.1",
"memoize": "^10.0.0",
"p-map": "^7.0.2",
"remeda": "^2.16.0",
"valibot": "^0.42.1"
},
"peerDependencies": {
"typescript": "^5.6.3"
},
"trustedDependencies": [
"@sapphire/type",
"esbuild"
]
}