{
  "name": "rench",
  "version": "1.10.0",
  "description": "Reason Native Cross-platform Helpers - a Node-inspired API for Reason",
  "main": "index.js",
  "esy": {
    "build": "dune build -p Rench -j4",
    "install": [
        "esy-installer Rench.install"
    ]
  },
  "scripts": {
    "test": "esy '@test' run",
    "format": "esy dune build @fmt --auto-promote"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bryphe/rench.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bryphe/rench/issues"
  },
  "dependencies": {
    "@opam/dune": "*",
    "@opam/fpath": "^0.7.2",
    "@opam/reason": "^3.6.0"
  },
  "devDependencies": {
    "ocaml": "~4.11",
    "@opam/merlin": "*",
    "@opam/dune": "*"
  }
}
