generated from tpl/purs
59 lines
2.2 KiB
JSON
59 lines
2.2 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": "^v6.0.0",
|
|
"purescript-argonaut": "^v8.0.0",
|
|
"purescript-arrays": "^v6.0.1",
|
|
"purescript-assert": "^v5.0.0",
|
|
"purescript-bifunctors": "^v5.0.0",
|
|
"purescript-bytestrings": "^v8.0.0",
|
|
"purescript-datetime": "^v5.0.2",
|
|
"purescript-decimals": "^v6.0.0",
|
|
"purescript-dotenv": "^v2.0.0",
|
|
"purescript-effect": "^v3.0.0",
|
|
"purescript-either": "^v5.0.0",
|
|
"purescript-enums": "^v5.0.0",
|
|
"purescript-exceptions": "^v5.0.0",
|
|
"purescript-foldable-traversable": "^v5.0.1",
|
|
"purescript-foreign": "^v6.0.1",
|
|
"purescript-foreign-generic": "^v11.0.0",
|
|
"purescript-foreign-object": "^v3.0.0",
|
|
"purescript-identity": "^v5.0.0",
|
|
"purescript-integers": "^v5.0.0",
|
|
"purescript-js-date": "^v7.0.0",
|
|
"purescript-lists": "^v6.0.1",
|
|
"purescript-math": "^v3.0.0",
|
|
"purescript-maybe": "^v5.0.0",
|
|
"purescript-newtype": "^v4.0.0",
|
|
"purescript-node-process": "^v8.2.0",
|
|
"purescript-nullable": "^v5.0.0",
|
|
"purescript-ordered-collections": "^v2.0.1",
|
|
"purescript-partial": "^v3.0.0",
|
|
"purescript-polyform": "^v0.9.0",
|
|
"purescript-polyform-batteries-core": "https://github.com/purescript-polyform/batteries-core.git#v0.2.0",
|
|
"purescript-polyform-batteries-env": "https://github.com/purescript-polyform/batteries-env.git#v0.1.0",
|
|
"purescript-prelude": "^v5.0.0",
|
|
"purescript-psci-support": "^v5.0.0",
|
|
"purescript-string-parsers": "^v6.0.0",
|
|
"purescript-strings": "^v5.0.0",
|
|
"purescript-test-unit": "^v16.0.0",
|
|
"purescript-transformers": "^v5.1.0",
|
|
"purescript-tuples": "^v6.0.1",
|
|
"purescript-typelevel-prelude": "^v6.0.0",
|
|
"purescript-validation": "^v5.0.0"
|
|
}
|
|
}
|