-
Notifications
You must be signed in to change notification settings - Fork 43
/
fs.json
46 lines (46 loc) · 1.08 KB
/
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
41
42
43
44
45
46
{
"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": "*",
"@opam/dune": "*",
"@opam/reason": ">= 3.6.0",
"ocaml": "^4.2.0 || ^5.0.0"
},
"devDependencies": {
"@opam/merlin": "*",
"@reason-native/rely": "*"
},
"resolutions": {
"@reason-native/fp": "./fp.json",
"@reason-native/rely": "./rely.json",
"@reason-native/pastel": "./pastel.json",
"@reason-native/cli": "./cli.json",
"@reason-native/file-context-printer": "./file-context-printer.json"
}
}