@reason-native/pastel
Version:
Native Reason ANSI terminal styling with an awesome API
45 lines (44 loc) • 1.02 kB
JSON
{
"name": "@reason-native/rely",
"version": "3.1.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/pastel": "*",
"@reason-native/file-context-printer": "*",
"@opam/junit": "*"
},
"devDependencies": {
"@esy-ocaml/merlin": "*"
}
}