2019-08-30 10:10:18 +00:00
|
|
|
{
|
|
|
|
"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",
|
2020-11-09 14:54:23 +00:00
|
|
|
"postgres": "^1.0.2"
|
2019-08-30 10:10:18 +00:00
|
|
|
},
|
|
|
|
"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"
|
2019-08-30 10:10:18 +00:00
|
|
|
},
|
|
|
|
"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"
|
2019-08-30 10:10:18 +00:00
|
|
|
}
|
|
|
|
}
|