@reason-native/cli
Version:
[](https://dev.azure.com/reason-native/reason-native/_build/latest?definitionId=1?branchName=master) ![Supported Plat
30 lines (29 loc) • 817 B
JSON
{
"name": "@reason-native/pastel-console",
"version": "0.0.0",
"description": "My Project",
"author": "Facebook Engineering",
"homepage": "https://reason-native.com",
"esy-prepublish-generate-opam": true,
"esy": {
"build": "dune build -p pastel-console",
"install": "esy-installer pastel-console.install"
},
"scripts": {
"test": "esy x TestPastelConsole.exe",
"release": "node ./scripts/esy-prepublish.js pastel-console.json"
},
"dependencies": {
"@reason-native/console": "*",
"@reason-native/pastel": "*",
"@opam/dune": "*",
"@esy-ocaml/reason": "< 4.0.0",
"ocaml": "^4.2.0"
},
"devDependencies": {
"@esy-ocaml/merlin": "*",
"ocaml": "~4.6.0",
"@reason-native/console": "link:../console",
"@reason-native/pastel": "link:../pastel"
}
}