Skip to content

Commit 66880da

Browse files
committed
Organize package.json content
1 parent 2201333 commit 66880da

File tree

2 files changed

+36
-38
lines changed

2 files changed

+36
-38
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",
@@ -50,30 +69,10 @@
5069
"imports": {
5170
"#cli/bin_path": "./cli/bin_path.js"
5271
},
53-
"repository": {
54-
"type": "git",
55-
"url": "git+https://github.com/rescript-lang/rescript-compiler.git"
56-
},
57-
"keywords": [
58-
"ReScript",
59-
"Compiler",
60-
"Types",
61-
"JavaScript",
62-
"Language"
63-
],
64-
"author": {
65-
"name": "Hongbo Zhang"
66-
},
67-
"maintainers": [
68-
{
69-
"name": "hongbo_zhang",
70-
"email": "bobzhang1988@gmail.com"
71-
}
72-
],
73-
"license": "SEE LICENSE IN LICENSE",
74-
"bugs": {
75-
"url": "https://github.com/rescript-lang/rescript-compiler/issues"
72+
"devDependencies": {
73+
"@biomejs/biome": "1.8.3",
74+
"mocha": "10.1.0",
75+
"nyc": "15.0.0"
7676
},
77-
"homepage": "http://rescript-lang.org",
7877
"packageManager": "npm@10.8.1+sha512.0e9d42e92bd2318408ed81eaff2da5f78baf23ee7d12a6eed44a6e2901d0f29d7ab715d1b918ade601f72e769a824d9a5c322383f22bbbda5dd396e79de2a077"
7978
}

packages/std/package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,20 @@
66
"stdlib",
77
"functional programming"
88
],
9+
"homepage": "http://rescript-lang.org",
10+
"bugs": "https://github.com/rescript-compiler/issues",
11+
"license": "SEE LICENSE IN LICENSE",
912
"author": {
10-
"name": "Hongbo Zhang"
13+
"name": "Hongbo Zhang",
14+
"email": "bobzhang1988@gmail.com"
1115
},
1216
"maintainers": [
1317
{
14-
"name": "hongbo_zhang",
15-
"email": "bobzhang1988@gmail.com"
18+
"name": "Cristiano Calcagno",
19+
"url": "https://github.com/cristianoc"
1620
}
1721
],
1822
"files": [
1923
"lib"
20-
],
21-
"license": "SEE LICENSE IN LICENSE",
22-
"bugs": {
23-
"url": "https://github.com/rescript-compiler/issues"
24-
},
25-
"homepage": "http://rescript-lang.org"
24+
]
2625
}

0 commit comments

Comments
 (0)