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

46 lines (45 loc) 1.05 kB
{ "name": "@reason-native/rely", "version": "3.2.0", "description": "A native Reason test runner that is heavily inspired by Jest", "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": [ "reason", "facebook", "jest", "runner", "test", "testing", "snapshot", "rely", "reason-native", "native" ], "esy": { "build": "dune build -p rely", "install": "esy-installer rely.install" }, "scripts": { "release": "node ./scripts/esy-prepublish.js rely.json" }, "dependencies": { "@opam/dune": "*", "@esy-ocaml/reason": "< 4.0.0", "@opam/re": "*", "ocaml": "^4.4.0", "@reason-native/cli": "*", "@reason-native/pastel": "*", "@reason-native/file-context-printer": "*", "@opam/junit": "*" }, "devDependencies": { "@esy-ocaml/merlin": "*" } }