20 lines
322 B
JSON
20 lines
322 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|