forked from reasonml/reason-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fs.json
40 lines (40 loc) · 878 Bytes
/
fs.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
37
38
39
40
{
"name": "@reason-native/fs",
"version": "0.0.2",
"description": "Reason Native file system API",
"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": [
"file-system",
"fs",
"filesystem",
"directories",
"reasonml",
"reason",
"ocaml",
"esy"
],
"esy": {
"build": "dune build -p fs"
},
"scripts": {
"release": "node ./scripts/esy-prepublish.js fs.json"
},
"dependencies": {
"@reason-native/fp": ">= 0.0.0 < 1.0.0",
"@opam/dune": "*",
"@esy-ocaml/reason": "< 4.0.0",
"ocaml": "^4.2.0"
},
"devDependencies": {
"@opam/merlin": "*",
"ocaml": "~4.6.0",
"@reason-native/rely": "*"
}
}