generated from tpl/purs
26 lines
592 B
JSON
26 lines
592 B
JSON
{
|
|
"name": "purescript-postgresql-client",
|
|
"dependencies": {
|
|
"decimal.js": "^10.0.0",
|
|
"pg": "^8.9.0",
|
|
"pg-native": "^3.0.1",
|
|
"postgres": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"better-sqlite3": "^9.2.2",
|
|
"github-release-notes": "^0.17.1",
|
|
"paluh-litps": "^0.1.4",
|
|
"spago": "next",
|
|
"bun-types": "1.0.11",
|
|
"purs-tidy": "^0.10.0"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"scripts": {
|
|
"pretest": "paluh-litps compile --file README.md; mv README.purs test/README.purs",
|
|
"test": "spago test",
|
|
"fmt": "bun bun/fmt.js"
|
|
}
|
|
}
|