chore: add postgres schema migrations
This commit is contained in:
18
packages/db/package.json
Normal file
18
packages/db/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "@devflow/db",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "./dist/index.cjs",
|
||||
"module": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsup src/index.ts --format esm,cjs --dts",
|
||||
"typecheck": "tsc -b --noEmit",
|
||||
"test": "vitest run"
|
||||
},
|
||||
"dependencies": {
|
||||
"drizzle-orm": "0.45.2",
|
||||
"pg": "8.20.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user