2019-08-30 10:10:18 +00:00
|
|
|
{
|
|
|
|
"name": "purescript-postgresql-client",
|
|
|
|
"dependencies": {
|
|
|
|
"decimal.js": "^10.0.0",
|
2020-11-09 14:54:23 +00:00
|
|
|
"pg": "^6.4.2",
|
|
|
|
"postgres": "^1.0.2"
|
2019-08-30 10:10:18 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
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",
|
2021-05-12 11:36:58 +00:00
|
|
|
"pulp": "^15.0.0"
|
2019-08-30 10:10:18 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"pretest": "paluh-litps compile --file README.md; mv README.purs test/README.purs",
|
|
|
|
"test": "spago test"
|
|
|
|
}
|
|
|
|
}
|