-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 924 Bytes
/
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
{
"name": "globaltags",
"private": true,
"version": "1.5.8",
"module": "src/index.ts",
"scripts": {
"dev": "NODE_ENV=dev bun --watch src/index.ts",
"start": "NODE_ENV=prod bun src/index.ts"
},
"author": "RappyTV",
"license": "MIT",
"dependencies": {
"@elysiajs/cors": "^1.2.0",
"@elysiajs/swagger": "1.2.0",
"@sentry/bun": "^8.52.0",
"axios": "^1.7.9",
"chalk": "^5.4.1",
"change-case": "^5.4.4",
"cron": "^3.5.0",
"discord.js": "^14.17.3",
"dotenv": "^16.4.7",
"elysia": "1.1.27", // Can't use 1.2.0 because of elysia/elysia#733
"elysia-ip": "^1.0.8",
"jsonwebtoken": "^9.0.2",
"minimist": "^1.2.8",
"moment": "^2.30.1",
"mongoose": "^8.9.5",
"nodemailer": "^6.10.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.8",
"@types/minimist": "^1.2.5",
"@types/nodemailer": "^6.4.17",
"bun-types": "^1.2.1"
}
}