-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.05 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.05 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
{
"name": "irf_administration",
"version": "2.8.0",
"description": "Administration bot for the Immortal Robloxian Federation",
"main": "index.js",
"scripts": {
"lint": "npx prettier --write ./src",
"build": "npx tsc -b",
"prestart": "npx tsc -b",
"start": "cd dist && node index.js"
},
"keywords": [
"discord.js",
"discord",
"bot",
"automation"
],
"author": {
"name": "Federation Studios",
"url": "https://github.com/FederationStudios"
},
"contributors": [
{
"name": "TaviShadows (Tavi)",
"email": "github@sl.tavis.page",
"url": "https://tavis.page"
}
],
"license": "ISC",
"dependencies": {
"discord.js": "14.25.1",
"eslint-config-prettier": "^10.1.8",
"mysql2": "3.17.2",
"sequelize": "6.37.7",
"typescript": "5.9.3"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@types/node": "25.2.3",
"eslint": "10.0.0",
"globals": "17.3.0",
"typescript-eslint": "8.56.0"
},
"overrides": {
"undici": "^6.22.0"
},
"type": "module"
}