@reason-native/cli
Version:
[](https://dev.azure.com/reason-native/reason-native/_build/latest?definitionId=1?branchName=master) ![Supported Plat
30 lines (29 loc) • 771 B
JSON
{
"name": "@reason-native/unicode",
"version": "0.0.0",
"description": "Easy to use and well documented Unicode symbols",
"author": "Facebook Engineering",
"homepage": "https://reason-native.com",
"esy-prepublish-generate-opam": true,
"repository": {
"type": "git",
"url": "https://github.com/facebookexperimental/reason-native/tree/master/src/unicode"
},
"license": "MIT",
"esy": {
"build": "dune build -p unicode",
"install": "esy-installer unicode.install"
},
"scripts": {
"release": "node ./scripts/esy-prepublish.js unicode.json"
},
"dependencies": {
"@opam/dune": "*",
"@esy-ocaml/reason": "< 4.0.0",
"ocaml": "^4.2.0"
},
"devDependencies": {
"@esy-ocaml/merlin": "*",
"ocaml": "~4.6.0"
}
}