{
  "name": "reason-nact-postgres",
  "version": "5.0.2",
  "repository": "https://github.com/ncthbrt/reason-nact-postgres",
  "author": "Nick Cuthbert (https://github.com/ncthbrt)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "http://github.com/ncthbrt/reason-nact-postgres/issues"
  },
  "scripts": {
    "build": "bsb -make-world",
    "test": "echo no tests",
    "start": "bsb -make-world -w",
    "clean": "bsb -clean-world",
    "prepare": "yarn run clean && yarn run build"
  },
  "keywords": [
    "BuckleScript",
    "Reason",
    "nact",
    "actors",
    "actor-model",
    "akka",
    "akka.net",
    "non-blocking",
    "actor system",
    "erlang",
    "event sourcing",
    "distributed-systems"
  ],
  "devDependencies": {
    "bs-platform": "^3.0.0",
    "reason-nact": "^4.0.0"
  },
  "dependencies": {
    "nact-persistence-postgres": "^7.2.2"
  },
  "peerDependencies": {
    "reason-nact": "^5.0.0"
  }
}