{ "name": "purescript-postgresql", "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" }, "dependencies": { "decimal.js": "^10.4.3", "pg": "^8.11.3", "pg-copy-streams": "^6.0.6", "pg-listen": "^1.7.0", "postgres-interval": "1.2.0", "postgres-range": "^1.1.4" } }