feat: shared type package

This commit is contained in:
Nicolas Meienberger
2025-09-02 21:59:26 +02:00
parent 9ef21d4ec2
commit de0ae08008
12 changed files with 82 additions and 43 deletions

View File

@@ -3,10 +3,12 @@
"type": "module",
"scripts": {
"dev": "bun run --hot src/index.ts",
"typecheck": "tsc --noEmit",
"gen:migrations": "drizzle-kit generate"
},
"dependencies": {
"@hono/arktype-validator": "^2.0.1",
"@ironmount/schemas": "workspace:*",
"@scalar/hono-api-reference": "^0.9.13",
"arktype": "^2.1.20",
"dotenv": "^17.2.1",