Files
purescript-pg/package.json
2026-01-28 10:17:35 -06:00

26 lines
625 B
JSON

{
"name": "purescript-postgresql",
"private": true,
"module": "index.js",
"type": "module",
"scripts": {
"fmt": "bun bun/fmt.js",
"changelog": "conventional-changelog -p conventionalcommits"
},
"devDependencies": {
"bun-types": "1.0.11",
"conventional-changelog": "^7.1.1",
"conventional-changelog-conventionalcommits": "^9.1.0",
"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"
}
}