forked from reasonml/reason-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cli.json
36 lines (36 loc) · 796 Bytes
/
cli.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@reason-native/cli",
"version": "0.0.1-alpha",
"description": "Build Command Line Interfaces in Reason",
"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": [
"cli",
"reasonml",
"reason",
"ocaml",
"esy"
],
"esy": {
"build": "dune build -p cli"
},
"scripts": {
"release": "node ./scripts/esy-prepublish.js cli.json"
},
"dependencies": {
"@opam/dune": "*",
"@opam/re": "*",
"@reason-native/pastel": "*",
"@esy-ocaml/reason": "< 4.0.0",
"ocaml": "^4.2.0"
},
"devDependencies": {
"@opam/merlin": "*"
}
}