-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 853 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
37
38
{
"name": "zyrohub",
"version": "0.0.1",
"author": "DMVMarcio",
"type": "module",
"private": true,
"scripts": {
"start": "turbo start",
"build": "turbo build",
"dev": "turbo dev",
"dev:client": "turbo dev --filter @zyrohub/client",
"dev:server": "turbo dev --filter @zyrohub/server",
"dev:workers": "turbo dev --filter @zyrohub/workers"
},
"workspaces": [
"apps/*",
"packages/*"
],
"keywords": [],
"license": "MIT",
"dependencies": {
"@dotenvx/dotenvx": "^1.34.0",
"@elysiajs/cors": "^1.2.0",
"@elysiajs/eden": "^1.2.0",
"amqplib": "^0.10.5",
"ansicolor": "^2.0.3",
"elysia": "^1.2.11",
"ioredis": "^5.4.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/amqplib": "^0.10.6",
"@types/bun": "^1.2.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"turbo": "^2.4.0"
},
"packageManager": "[email protected]"
}