-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.26 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
{
"name": "carbuncle",
"version": "1.0.0",
"description": "A simple & user-friendly Discord bot for Final Fantasy XIV, built with [discord.js](https://discord.js.org) that provides a variety of useful features for players.",
"author": "glazk0",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/carbuncle-ffxiv/carbuncle#readme",
"repository": {
"type": "git",
"url": "https://github.com/carbuncle-ffxiv/carbuncle.git"
},
"bugs": {
"url": "https://github.com/carbuncle-ffxiv/carbuncle/issues"
},
"keywords": [
"discord bot",
"discord",
"bot",
"final fantasy 14",
"final fantasy XIV",
"final fantasy",
"ffxiv"
],
"type": "module",
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
"i18n": "typesafe-i18n",
"scripts:generate": "ts-node scripts/generate.ts"
},
"dependencies": {
"discord.js": "^14.13.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"glob": "^10.3.10",
"pino": "^8.16.1",
"pino-pretty": "^10.2.3",
"reflect-metadata": "^0.1.13",
"tsyringe": "^4.8.0",
"typesafe-i18n": "^5.26.2"
},
"devDependencies": {
"@types/express": "^4.17.20",
"@types/node": "^20.8.10",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}