{
  "name": "reason-nact",
  "version": "5.0.0",
  "description": "let reason-nact = (node.js, reason, actors) ⇒ your µ services have never been so typed",
  "repository": "https://github.com/ncthbrt/reason-nact",
  "author": "Nick Cuthbert (https://github.com/ncthbrt)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "http://github.com/ncthbrt/reason-nact/issues"
  },
  "scripts": {
    "build": "bsb -make-world",
    "start": "bsb -make-world -w",
    "clean": "bsb -clean-world",
    "local-test": "jest --coverage",
    "test": "jest --coverage && yarn run coverage",
    "test-watch": "jest --coverage --watch",
    "coverage": "nyc report --temp-directory=coverage --reporter=text-lcov | coveralls",
    "pretest": "yarn run build",
    "prepush": "yarn run build && yarn run local-test",
    "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": {
    "@glennsl/bs-jest": "^0.4.2",
    "@glennsl/bs-json": "^1.3.1",
    "bs-platform": "^3.0.0",
    "coveralls": "^3.0.0",
    "husky": "^0.14.3",
    "jest": "^21.2.1",
    "nyc": "^11.3.0"
  },
  "dependencies": {
    "nact": "^7.2.1",
    "npm": "^6.1.0"
  }
}
