mirror of
https://github.com/nestriness/nestri.git
synced 2026-09-19 09:15:19 +03:00
35 lines
627 B
JSON
35 lines
627 B
JSON
{
|
|
"name": "@nestri/core",
|
|
"type": "module",
|
|
"exports": {
|
|
"./*": {
|
|
"types": "./src/*.ts",
|
|
"import": "./src/*.ts"
|
|
},
|
|
"./**/*": {
|
|
"types": "./src/**/*.ts",
|
|
"import": "./src/**/*.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"db": "drizzle-kit",
|
|
"db:push": "drizzle-kit push"
|
|
},
|
|
"dependencies": {
|
|
"@nestri/auth": "workspace:",
|
|
"drizzle-orm": "^0.45.2",
|
|
"postgres": "^3.4.9",
|
|
"postgresql": "^0.0.1",
|
|
"zod": "catalog:",
|
|
"zod-openapi": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"drizzle-kit": "^0.31.10"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|