generated from tpl/purs
45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "purescript-postgresql-client",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rightfold/purescript-postgresql-client.git"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"output"
|
|
],
|
|
"dependencies": {
|
|
"purescript-aff": "^v5.1.1",
|
|
"purescript-argonaut": "^v6.0.0",
|
|
"purescript-arrays": "^v5.3.0",
|
|
"purescript-assert": "^v4.1.0",
|
|
"purescript-bifunctors": "^v4.0.0",
|
|
"purescript-bytestrings": "^v8.0.0",
|
|
"purescript-console": "^v4.2.0",
|
|
"purescript-datetime": "^v4.1.1",
|
|
"purescript-decimals": "^v5.0.0",
|
|
"purescript-effect": "^v2.0.1",
|
|
"purescript-either": "^v4.1.1",
|
|
"purescript-exceptions": "^v4.0.0",
|
|
"purescript-foldable-traversable": "^v4.1.1",
|
|
"purescript-foreign": "^v5.0.0",
|
|
"purescript-foreign-generic": "^v10.0.0",
|
|
"purescript-foreign-object": "^v2.0.3",
|
|
"purescript-js-date": "^v6.0.0",
|
|
"purescript-lists": "^v5.4.1",
|
|
"purescript-maybe": "^v4.0.1",
|
|
"purescript-newtype": "^v3.0.0",
|
|
"purescript-nullable": "^v4.1.1",
|
|
"purescript-prelude": "^v4.1.1",
|
|
"purescript-psci-support": "^v4.0.0",
|
|
"purescript-test-unit": "^v15.0.0",
|
|
"purescript-transformers": "^v4.2.0",
|
|
"purescript-tuples": "^v5.1.0"
|
|
}
|
|
}
|