-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 853 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 853 Bytes
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
{
"name": "bs-react-intl-extractor",
"version": "0.11.1",
"description": "Message extractor for bs-react-intl",
"author": "Christoph Knittel <christoph.knittel@cca.io>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cknitt/bs-react-intl-extractor.git"
},
"esy": {
"build": "dune build -p #{self.name}",
"buildDev": "refmterr dune build --promote-install-files --root . --only-package #{self.name}"
},
"scripts": {
"test": "esy x RunTests.exe",
"format": "scripts/format.sh",
"setVersion": "node scripts/setVersion.js"
},
"dependencies": {
"@esy-ocaml/reason": "^3.6.0",
"@opam/dune": "^2.5.1",
"@opam/yojson": "^1.7.0",
"ocaml": "~4.06.1"
},
"devDependencies": {
"@opam/merlin": "*",
"@reason-native/rely": "^3.2.1",
"refmterr": "*"
}
}