summaryrefslogtreecommitdiff
path: root/packages/gateway/package.json
blob: bab9e7ebe936da8098d2c09a11f6e2d5c8122f40 (plain) (blame)
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
{
  "name": "@umabot/gateway",
  "version": "0.1.0",
  "description": "Official r/okbuddyumamusume Discord Server Gateway Client",
  "type": "module",
  "main": "src/index.ts",
  "scripts": {
    "start": "tsx src/index.ts",
    "dev": "tsx watch src/index.ts",
    "build": "tsc",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "@discordjs/voice": "^0.19.0",
    "@prisma/client": "^6.18.0",
    "@prisma/extension-accelerate": "^2.0.2",
    "@snazzah/davey": "^0.1.7",
    "@types/ws": "^8.18.1",
    "discord.js": "^14.14.1",
    "dotenv": "^16.0.3",
    "iqdb-client": "^3.0.0",
    "libsodium-wrappers": "^0.7.15",
    "openai": "^6.1.0",
    "prisma": "^6.18.0",
    "sodium": "^3.0.2",
    "ws": "^8.18.3"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "tsx": "^4.7.0",
    "typescript": "^5.0.0"
  }
}