Files
household-bot/packages/adapters-db/package.json

21 lines
511 B
JSON

{
"name": "@household/adapters-db",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"build": "bun build src/index.ts --outdir dist --target bun",
"typecheck": "tsgo --project tsconfig.json --noEmit",
"test": "bun test --pass-with-no-tests",
"lint": "oxlint \"src\""
},
"dependencies": {
"@household/db": "workspace:*",
"@household/domain": "workspace:*",
"@household/ports": "workspace:*",
"drizzle-orm": "^0.44.7"
}
}