34 lines
740 B
JSON
34 lines
740 B
JSON
{
|
|
"name": "@lbf-bot/database",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"default": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "rm -rf dist && tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
|
|
"db:push": "drizzle-kit push",
|
|
"db:studio": "drizzle-kit studio"
|
|
},
|
|
"dependencies": {
|
|
"@lbf-bot/utils": "workspace:*",
|
|
"drizzle-orm": "0.44.7",
|
|
"pg": "8.16.3",
|
|
"zod": "4.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"drizzle-kit": "0.31.7",
|
|
"tsc-alias": "1.8.16",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|