forked from amvstrm/api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 757 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 757 Bytes
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
{
"name": "app",
"version": "1.0.50",
"scripts": {
"start": "bun run src/index.ts",
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
"@consumet/extensions": "^1.8.1",
"@elysiajs/cors": "^1.1.1",
"@elysiajs/swagger": "^1.1.5",
"@types/crypto-js": "^4.2.2",
"axios": "^1.7.7",
"cheerio": "^1.0.0",
"crypto-js": "^4.2.0",
"elysia": "^1.1.23",
"elysia-helmet": "^2.0.0",
"elysia-http-error": "^1.3.0",
"elysia-http-status-code": "^1.0.9",
"elysia-ip": "^1.0.7",
"elysia-rate-limit": "^4.1.0",
"http-status": "^1.8.1",
"logestic": "^1.2.4",
"ofetch": "^1.4.1",
"zod": "^3.23.8"
},
"devDependencies": {
"bun-types": "latest"
},
"module": "src/index.js"
}