forked from Gumatan/res-react-intl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathesy.json
More file actions
46 lines (46 loc) · 1.45 KB
/
Copy pathesy.json
File metadata and controls
46 lines (46 loc) · 1.45 KB
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
37
38
39
40
41
42
43
44
45
46
{
"name": "res-react-intl",
"version": "3.1.2",
"description": "Reason/OCaml PPX generating ReactIntl `id` from `defaultMessage`",
"author": "Simon Degraeve <simon.degraeve@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/SimonDegraeve/res-react-intl",
"bugs": { "url": "https://github.com/SimonDegraeve/res-react-intl/issues" },
"keywords": ["react-intl", "ppx", "reason-react", "rescript"],
"repository": {
"type": "git",
"url": "https://github.com/SimonDegraeve/res-react-intl.git"
},
"esy": {
"build": "dune build -p #{self.name}",
"buildEnv": { "ODOC_SYNTAX": "re" },
"buildsInSource": "_build",
"release": { "bin": ["Ppx", "Extract"] }
},
"dependencies": {
"@esy-ocaml/reason": "*",
"@opam/dune": "1.11.4",
"@opam/fmt": "0.8.8",
"@opam/menhir": "20190924",
"@opam/ocaml-migrate-parsetree": "1.5.0",
"@opam/sedlex": "2.1",
"@reason-native/rely": "^3.2.1"
},
"devDependencies": {
"ocaml": "4.6.1000",
"@opam/dune-release": "*",
"@opam/merlin": "*",
"@opam/odoc": "*",
"@opam/utop": "*",
"@reason-native/rely": "*",
"refmterr": "*"
},
"scripts": {
"test_native": "esy #{os == 'windows' ? 'b' : ''} dune exec test/native/TestRunner.exe",
"build_all": "esy dune b @all",
"clean": "esy dune clean",
"watch": "esy dune build @all -p #{self.name} --watch",
"release": "./script/release.sh",
"postinstall": "node postinstall.js"
}
}