UNPKG

@reason-native/pastel

Version:

Native Reason ANSI terminal styling with an awesome API

30 lines (29 loc) 771 B
{ "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" } }