-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.88 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
62
63
64
65
66
67
{
"name": "sparrow",
"version": "1.0.0",
"main": "workspace/index.js",
"private": true,
"author": "Moyogii",
"scripts": {
"start": "node workspace/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"lint": "eslint . --ext .ts",
"lint-and-fix": "eslint . --ext .ts --fix"
},
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@dotenvx/dotenvx": "^1.6.4",
"@sentry/browser": "^8.23.0",
"@sentry/node": "^8.23.0",
"@sentry/tracing": "^7.114.0",
"@types/bad-words": "^3.0.3",
"@types/btoa": "^1.2.5",
"@types/glob": "^8.1.0",
"@types/raven": "^2.5.7",
"@types/steamid": "^2.0.3",
"axios": "^1.7.3",
"bad-words": "^3.0.4",
"btoa": "^1.2.1",
"discord-api-types": "^0.37.93",
"discord-interactions": "^4.0.0",
"discord-oauth2": "^2.12.1",
"discord.js": "^14.17.3",
"express": "^4.19.2",
"glob": "^11.0.0",
"helmet": "^8.0.0",
"install": "^0.13.0",
"kazagumo": "^3.1.2",
"kazagumo-spotify": "^2.1.0",
"minecraft-server-util": "^5.4.4",
"mysql2": "^3.11.0",
"node-fetch": "^2.6.1",
"ojsama": "^2.2.0",
"reflect-metadata": "^0.2.2",
"request": "^2.88.2",
"shoukaku": "^4.0.1",
"steamid": "^2.0.0",
"stream-buffers": "^3.0.3",
"typeorm": "^0.3.20",
"url": "^0.11.4"
},
"devDependencies": {
"@eslint-recommended/eslint-config": "^26.1.1",
"@types/express": "^4.17.21",
"@types/mysql2": "github:types/mysql2",
"@types/node": "^22.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}