purescript-pg/package.json

20 lines
348 B
JSON
Raw Permalink Normal View History

2024-03-26 17:08:20 +00:00
{
"name": "purs",
"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",
"postgres-range": "^1.1.4"
2024-03-27 17:20:33 +00:00
}
2024-03-26 17:08:20 +00:00
}