mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 10:33:01 +00:00
18 lines
347 B
JSON
18 lines
347 B
JSON
{
|
|
"name": "@sprint/shared",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"dependencies": {
|
|
"drizzle-orm": "^0.45.0",
|
|
"drizzle-zod": "^0.5.1",
|
|
"zod": "^3.23.8"
|
|
}
|
|
}
|