-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.33 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.33 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
{
"name": "adanswersbot",
"version": "6.0.0",
"license": "CC BY-NC-SA 4.0",
"author": "earth",
"type": "module",
"module": "index.ts",
"scripts": {
"initialise": "bun deploy.ts && bun .",
"initialise:global": "bun deploy.ts --global && bun .",
"start": "oxlint && oxfmt --check && bun .",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"lint:legacy": "bunx eslint .",
"format": "oxfmt",
"format:check": "oxfmt --check",
"build": "oxlint --fix && oxfmt && docker build . -t adanswersbot"
},
"dependencies": {
"@antimatter-dimensions/notations": "^3.2.0",
"break_infinity.js": "^2.2.0",
"discord.js": "^14.25.1",
"effect": "^3.19.14",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-typescript": "^0.14.0",
"ms": "^2.1.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@stylistic/eslint-plugin": "^2.13.0",
"@stylistic/eslint-plugin-js": "^2.13.0",
"@stylistic/eslint-plugin-migrate": "^2.13.0",
"@stylistic/eslint-plugin-ts": "^2.13.0",
"@types/bun": "latest",
"@typescript-eslint/eslint-plugin": "^8.51.0",
"eslint": "^9.39.2",
"globals": "^15.15.0",
"oxfmt": "^0.24.0",
"oxlint": "^1.36.0",
"typescript-eslint": "^8.51.0"
},
"peerDependencies": {
"typescript": "^5.9.3"
}
}