forked from reasonml/reason-native
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconsole.json
28 lines (28 loc) · 783 Bytes
/
console.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
{
"name": "@reason-native/console",
"version": "0.1.0",
"description": "No effort, universal logger",
"author": "Facebook Engineering",
"homepage": "https://reason-native.com",
"esy-prepublish-generate-opam": true,
"license": "MIT",
"esy": {
"build": "dune build -p console",
"install": "esy-installer console.install"
},
"scripts": {
"test": "esy x TestConsole.exe",
"buildJs": "esy x dune build --profile=release test/TestConsole.bc.js",
"testJs": "node _build/default/test/TestConsole.bc.js",
"release": "node ./scripts/esy-prepublish.js console.json"
},
"dependencies": {
"@opam/dune": "*",
"@opam/reason": ">= 3.6.0",
"ocaml": "^4.2.0"
},
"devDependencies": {
"@opam/merlin": "*",
"ocaml": "~4.12.0"
}
}