mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-23 10:05:01 +02:00
18 lines
335 B
JSON
18 lines
335 B
JSON
{
|
|
"name": "@communication/postgres",
|
|
"version": "0.1.0",
|
|
"module": "src/index.ts",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@types/bun": "^1.1.13"
|
|
},
|
|
"dependencies": {
|
|
"@communication/types": "workspace:*",
|
|
"pg": "8.12.0",
|
|
"postgres": "^3.4.4"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|