@reason-native/cli
Version:
[](https://dev.azure.com/reason-native/reason-native/_build/latest?definitionId=1?branchName=master) ![Supported Plat
57 lines (56 loc) • 1.09 kB
JSON
{
"name": "@reason-native/pastel",
"version": "0.3.0",
"description": "Native Reason ANSI terminal styling with an awesome API",
"author": "Facebook Engineering",
"homepage": "https://reason-native.com",
"esy-prepublish-generate-opam": true,
"repository": {
"type": "git",
"url": "https://github.com/facebookexperimental/reason-native"
},
"license": "MIT",
"keywords": [
"color",
"colour",
"colors",
"terminal",
"console",
"cli",
"string",
"str",
"ansi",
"style",
"styles",
"tty",
"formatting",
"rgb",
"256",
"shell",
"xterm",
"log",
"logging",
"command-line",
"text",
"reason",
"facebook",
"chalk",
"highlight",
"pastel",
"reason-native",
"native"
],
"esy": {
"build": "dune build -p pastel"
},
"scripts": {
"test": "esy x TestPastel.exe",
"release": "node ./scripts/esy-prepublish.js pastel.json"
},
"dependencies": {
"@opam/dune": "*",
"@esy-ocaml/reason": "< 4.0.0",
"ocaml": "^4.2.0",
"@opam/re": "*"
}
}