2024-03-26 17:08:20 +00:00
|
|
|
{
|
2024-05-12 01:45:41 +00:00
|
|
|
"name": "purescript-postgresql",
|
2024-03-26 17:08:20 +00:00
|
|
|
"private": true,
|
|
|
|
"module": "index.js",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"fmt": "bun bun/fmt.js"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"bun-types": "1.0.11",
|
|
|
|
"purs-tidy": "^0.10.0",
|
|
|
|
"typescript": "^5.0.0"
|
|
|
|
},
|
2024-03-27 17:20:33 +00:00
|
|
|
"dependencies": {
|
2024-03-28 20:18:06 +00:00
|
|
|
"decimal.js": "^10.4.3",
|
|
|
|
"pg": "^8.11.3",
|
2024-04-30 20:46:10 +00:00
|
|
|
"pg-copy-streams": "^6.0.6",
|
2024-06-14 21:09:59 +00:00
|
|
|
"pg-listen": "^1.7.0",
|
|
|
|
"postgres-interval": "1.2.0",
|
2024-03-28 20:18:06 +00:00
|
|
|
"postgres-range": "^1.1.4"
|
2024-03-27 17:20:33 +00:00
|
|
|
}
|
2024-03-26 17:08:20 +00:00
|
|
|
}
|