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

37 lines (36 loc) 734 B
{ "name": "@reason-native/frame", "version": "0.0.1", "description": "Reason Native text layout library", "repository": { "type": "git", "url": "https://github.com/facebookexperimental/reason-native/tree/master/src/frame" }, "license": "MIT", "keywords": [ "frame", "layout", "text", "formatting", "reasonml", "reason", "ocaml", "esy" ], "esy": { "build": "dune build -p frame" }, "scripts": { "release": "node ./scripts/esy-prepublish.js frame.json" }, "dependencies": { "@opam/dune": "*", "@esy-ocaml/reason": "*", "ocaml": "^4.2.0" }, "devDependencies": { "@opam/merlin": "*", "ocaml": "~4.6.0", "@reason-native/rely": "*" } }