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