-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "cosmic-js",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@edgedb/generate": "^0.3.1",
"bun-types": "latest",
"drizzle-kit": "^0.19.12",
"pino-pretty": "^10.2.0",
"ts-node": "^10.9.1",
"ts-patch": "^3.0.2",
"typescript": "^5.1.6"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@elysiajs/swagger": "^0.5.2",
"@fastify/swagger": "^8.9.0",
"@fastify/swagger-ui": "^1.9.3",
"@fastify/type-provider-typebox": "^3.5.0",
"@hono/zod-openapi": "^0.1.0",
"@sinclair/typebox": "^0.31.3",
"@xstate/test": "^0.5.1",
"ajv": "^8.12.0",
"drizzle-orm": "^0.27.2",
"edgedb": "^1.3.4",
"effect": "^2.0.0-next.22",
"elysia": "^0.5.25",
"fastify": "^4.21.0",
"fets": "^0.4.9",
"hono": "^3.3.4",
"typia": "^4.1.8",
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.30.0",
"zod": "^3.21.4"
},
"scripts": {
"prepare": "ts-patch install",
"typia:gen": "bun typia generate --input typia --output src/typia --project tsconfig.json"
}
}