File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " experimental-rescript-webapi" ,
3
3
"version" : " 0.1.0" ,
4
4
"description" : " Experimental successor to [rescript-webapi](https://github.com/TheSpyder/rescript-webapi)" ,
5
+ "homepage" : " https://github.com/rescript-lang/experimental-rescript-webapi" ,
6
+ "bugs" : " https://github.com/rescript-lang/experimental-rescript-webapi/issues" ,
7
+ "repository" : {
8
+ "type" : " git" ,
9
+ "url" : " git+https://github.com/rescript-lang/experimental-rescript-webapi.git"
10
+ },
5
11
"author" : {
6
12
"name" : " Florian Verdonck"
7
13
},
8
14
"maintainers" : [
9
15
" Florian Verdonck (https://github.com/nojaf)"
10
16
],
17
+ "keywords" : [
18
+ " rescript" ,
19
+ " webapi" ,
20
+ " mdn" ,
21
+ " dom" ,
22
+ " fetch"
23
+ ],
11
24
"files" : [
25
+ " rescript.json" ,
12
26
" src/**/*.res"
13
27
],
14
28
"scripts" : {
15
29
"test" : " echo \" Error: no test specified\" && exit 1"
16
30
},
17
- "keywords" : [],
18
31
"license" : " MIT" ,
19
32
"dependencies" : {
20
33
"rescript" : " ^12.0.0-alpha.4"
You can’t perform that action at this time.
0 commit comments