Skip to content

Commit c718e60

Browse files
committed
Organize package.json content
1 parent 88f63f3 commit c718e60

File tree

1 file changed

+28
-29
lines changed

1 file changed

+28
-29
lines changed

package.json

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,31 @@
11
{
22
"name": "rescript",
33
"version": "12.0.0-alpha.1",
4-
"devDependencies": {
5-
"@biomejs/biome": "1.8.3",
6-
"mocha": "10.1.0",
7-
"nyc": "15.0.0"
4+
"description": "ReScript toolchain",
5+
"keywords": [
6+
"ReScript",
7+
"Compiler",
8+
"Types",
9+
"JavaScript",
10+
"Language"
11+
],
12+
"homepage": "http://rescript-lang.org",
13+
"bugs": "https://github.com/rescript-lang/rescript-compiler/issues",
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/rescript-lang/rescript-compiler.git"
17+
},
18+
"license": "SEE LICENSE IN LICENSE",
19+
"author": {
20+
"name": "Hongbo Zhang",
21+
"email": "bobzhang1988@gmail.com"
822
},
23+
"maintainers": [
24+
{
25+
"name": "Cristiano Calcagno",
26+
"url": "https://github.com/cristianoc"
27+
}
28+
],
929
"engines": {
1030
"node": ">=18"
1131
},
@@ -26,7 +46,6 @@
2646
"checkFormat:all": "biome format .",
2747
"coverage": "nyc --timeout=3000 --reporter=html mocha jscomp/test/*test.js && open ./coverage/index.html"
2848
},
29-
"description": "ReScript toolchain",
3049
"files": [
3150
"CHANGELOG.md",
3251
"CREDITS.md",
@@ -48,30 +67,10 @@
4867
"imports": {
4968
"#cli/bin_path": "./cli/bin_path.js"
5069
},
51-
"repository": {
52-
"type": "git",
53-
"url": "git+https://github.com/rescript-lang/rescript-compiler.git"
54-
},
55-
"keywords": [
56-
"ReScript",
57-
"Compiler",
58-
"Types",
59-
"JavaScript",
60-
"Language"
61-
],
62-
"author": {
63-
"name": "Hongbo Zhang"
64-
},
65-
"maintainers": [
66-
{
67-
"name": "hongbo_zhang",
68-
"email": "bobzhang1988@gmail.com"
69-
}
70-
],
71-
"license": "SEE LICENSE IN LICENSE",
72-
"bugs": {
73-
"url": "https://github.com/rescript-lang/rescript-compiler/issues"
70+
"devDependencies": {
71+
"@biomejs/biome": "1.8.3",
72+
"mocha": "10.1.0",
73+
"nyc": "15.0.0"
7474
},
75-
"homepage": "http://rescript-lang.org",
7675
"packageManager": "npm@10.8.1+sha512.0e9d42e92bd2318408ed81eaff2da5f78baf23ee7d12a6eed44a6e2901d0f29d7ab715d1b918ade601f72e769a824d9a5c322383f22bbbda5dd396e79de2a077"
7776
}

0 commit comments

Comments
 (0)