Initial commit
This commit is contained in:
19
packages/db/package.json
Normal file
19
packages/db/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "@tline/db",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"default": "./src/index.ts"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"postgres": "^3.4.7",
|
||||
"zod": "^4.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"migrate": "bun run src/migrate.ts"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user