forked from reasonml/reason-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pastel.json
56 lines (56 loc) · 1.07 KB
/
pastel.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
47
48
49
50
51
52
53
54
55
56
{
"name": "@reason-native/pastel",
"version": "0.3.0",
"description": "Native Reason ANSI terminal styling with an awesome 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": [
"color",
"colour",
"colors",
"terminal",
"console",
"cli",
"string",
"str",
"ansi",
"style",
"styles",
"tty",
"formatting",
"rgb",
"256",
"shell",
"xterm",
"log",
"logging",
"command-line",
"text",
"reason",
"facebook",
"chalk",
"highlight",
"pastel",
"reason-native",
"native"
],
"esy": {
"build": "dune build -p pastel"
},
"scripts": {
"test": "esy x TestPastel.exe",
"release": "node ./scripts/esy-prepublish.js pastel.json"
},
"dependencies": {
"@opam/dune": "*",
"@esy-ocaml/reason": "< 4.0.0",
"ocaml": "^4.2.0",
"@opam/re": "*"
}
}