purescript-postgresql-client/package.json

26 lines
592 B
JSON
Raw Permalink Normal View History

{
"name": "purescript-postgresql-client",
"dependencies": {
"decimal.js": "^10.0.0",
2023-02-25 18:10:41 +00:00
"pg": "^8.9.0",
"pg-native": "^3.0.1",
"postgres": "^1.0.2"
},
"devDependencies": {
2023-12-16 21:12:33 +00:00
"better-sqlite3": "^9.2.2",
2020-02-29 15:42:20 +00:00
"github-release-notes": "^0.17.1",
2019-10-18 09:50:40 +00:00
"paluh-litps": "^0.1.4",
2023-12-16 21:13:37 +00:00
"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",
2023-12-16 21:13:37 +00:00
"test": "spago test",
"fmt": "bun bun/fmt.js"
}
}