@reason-native/cli
Version:
[](https://dev.azure.com/reason-native/reason-native/_build/latest?definitionId=1?branchName=master) ![Supported Plat
28 lines (27 loc) • 768 B
JSON
{
"name": "@reason-native/file-context-printer",
"version": "0.0.3",
"description": "A utility for pretty printing source code",
"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",
"esy": {
"build": "dune build -p file-context-printer",
"install": "esy-installer file-context-printer.install"
},
"scripts": {
"release": "node ./scripts/esy-prepublish.js file-context-printer.json"
},
"dependencies": {
"@opam/dune": "*",
"@esy-ocaml/reason": "< 4.0.0",
"ocaml": "^4.2.0",
"@opam/re": "*",
"@reason-native/pastel": "*"
}
}