Skip to content

Commit ebc51fc

Browse files
committed
Improve package json details
1 parent 7fabc09 commit ebc51fc

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

package.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,32 @@
22
"name": "experimental-rescript-webapi",
33
"version": "0.1.0",
44
"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+
},
511
"author": {
612
"name": "Florian Verdonck"
713
},
814
"maintainers": [
915
"Florian Verdonck (https://github.com/nojaf)"
1016
],
17+
"keywords": [
18+
"rescript",
19+
"webapi",
20+
"mdn",
21+
"dom",
22+
"fetch"
23+
],
1124
"files": [
25+
"rescript.json",
1226
"src/**/*.res"
1327
],
1428
"scripts": {
1529
"test": "echo \"Error: no test specified\" && exit 1"
1630
},
17-
"keywords": [],
1831
"license": "MIT",
1932
"dependencies": {
2033
"rescript": "^12.0.0-alpha.4"

0 commit comments

Comments
 (0)