UNPKG

@reason-native/cli

Version:

[![Build Status](https://dev.azure.com/reason-native/reason-native/_apis/build/status/facebookexperimental.reason-native?branchName=master)](https://dev.azure.com/reason-native/reason-native/_build/latest?definitionId=1?branchName=master) ![Supported Plat

27 lines (26 loc) 668 B
{ "name": "@reason-native/unicode-config", "version": "0.0.0", "description": "Configuration used to generate the @reason-native/unicode library", "repository": { "type": "git", "url": "https://github.com/facebookexperimental/reason-native" }, "license": "MIT", "esy": { "build": "dune build -p unicode-config", "install": "esy-installer unicode-config.install" }, "scripts": { "release": "node ./scripts/esy-prepublish.js unicode-config.json" }, "dependencies": { "@opam/dune": "*", "@esy-ocaml/reason": "*", "ocaml": "^4.2.0" }, "devDependencies": { "@esy-ocaml/merlin": "*", "ocaml": "~4.6.0" } }