@reason-native/cli
Version:
[](https://dev.azure.com/reason-native/reason-native/_build/latest?definitionId=1?branchName=master) ![Supported Plat
27 lines (26 loc) • 668 B
JSON
{
"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"
}
}