mirror of
https://github.com/Mail-0/Zero.git
synced 2026-06-29 15:26:42 +00:00
* fix: improve mail list and thread management with updated hooks and layout adjustments * conflicts --------- Co-authored-by: Nizzy <nizabizaher@gmail.com>
27 lines
576 B
JSON
27 lines
576 B
JSON
{
|
|
"name": "@zero/db",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"drizzle-orm": "0.39.3",
|
|
"postgres": "3.4.5"
|
|
},
|
|
"scripts": {
|
|
"db:generate": "drizzle-kit generate",
|
|
"db:migrate": "drizzle-kit migrate",
|
|
"db:push": "drizzle-kit push",
|
|
"db:studio": "drizzle-kit studio"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "22.13.8",
|
|
"@zero/tsconfig": "workspace:*",
|
|
"dotenv": "16.4.7",
|
|
"drizzle-kit": "0.30.5",
|
|
"typescript": "5.8.2"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./schema": "./src/schema.ts"
|
|
}
|
|
}
|