Skip to content

Commit 75afa9c

Browse files
authored
Organize package.json content (#6849)
* Organize `package.json` content * update manfiest * add myself
1 parent a8647fd commit 75afa9c

File tree

2 files changed

+50
-40
lines changed

2 files changed

+50
-40
lines changed

package.json

Lines changed: 34 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,37 @@
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+
"license": "SEE LICENSE IN LICENSE",
13+
"homepage": "http://rescript-lang.org",
14+
"bugs": "https://github.com/rescript-lang/rescript-compiler/issues",
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/rescript-lang/rescript-compiler.git"
818
},
19+
"author": {
20+
"name": "Hongbo Zhang",
21+
"email": "bobzhang1988@gmail.com"
22+
},
23+
"maintainers": [
24+
"Christoph Knittel (https://github.com/cknitt)",
25+
"Cristiano Calcagno (https://github.com/cristianoc)",
26+
"Florian Hammerschmidt (https://github.com/fhammerschmidt)",
27+
"Gabriel Nordeborn (https://github.com/zth)",
28+
"Hyeseong Kim (https://github.com/cometkim)",
29+
"Jaap Frolich (https://github.com/jfrolich)",
30+
"Matthias Le Brun (https://github.com/bloodyowl)",
31+
"Patrick Ecker (https://github.com/ryyppy)",
32+
"Paul Tsnobiladzé (https://github.com/tsnobip)",
33+
"Woonki Moon (https://github.com/mununki)"
34+
],
935
"engines": {
1036
"node": ">=18"
1137
},
@@ -26,7 +52,6 @@
2652
"checkFormat:all": "biome format .",
2753
"coverage": "nyc --timeout=3000 --reporter=html mocha jscomp/test/*test.js && open ./coverage/index.html"
2854
},
29-
"description": "ReScript toolchain",
3055
"files": [
3156
"CHANGELOG.md",
3257
"CREDITS.md",
@@ -50,30 +75,10 @@
5075
"imports": {
5176
"#cli/bin_path": "./cli/bin_path.js"
5277
},
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"
78+
"devDependencies": {
79+
"@biomejs/biome": "1.8.3",
80+
"mocha": "10.1.0",
81+
"nyc": "15.0.0"
7682
},
77-
"homepage": "http://rescript-lang.org",
7883
"packageManager": "npm@10.8.1+sha512.0e9d42e92bd2318408ed81eaff2da5f78baf23ee7d12a6eed44a6e2901d0f29d7ab715d1b918ade601f72e769a824d9a5c322383f22bbbda5dd396e79de2a077"
7984
}

packages/std/package.json

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,26 @@
66
"stdlib",
77
"functional programming"
88
],
9+
"license": "SEE LICENSE IN LICENSE",
10+
"homepage": "http://rescript-lang.org",
11+
"bugs": "https://github.com/rescript-compiler/issues",
912
"author": {
10-
"name": "Hongbo Zhang"
13+
"name": "Hongbo Zhang",
14+
"email": "bobzhang1988@gmail.com"
1115
},
1216
"maintainers": [
13-
{
14-
"name": "hongbo_zhang",
15-
"email": "bobzhang1988@gmail.com"
16-
}
17+
"Christoph Knittel (https://github.com/cknitt)",
18+
"Cristiano Calcagno (https://github.com/cristianoc)",
19+
"Florian Hammerschmidt (https://github.com/fhammerschmidt)",
20+
"Gabriel Nordeborn (https://github.com/zth)",
21+
"Hyeseong Kim (https://github.com/cometkim)",
22+
"Jaap Frolich (https://github.com/jfrolich)",
23+
"Matthias Le Brun (https://github.com/bloodyowl)",
24+
"Patrick Ecker (https://github.com/ryyppy)",
25+
"Paul Tsnobiladzé (https://github.com/tsnobip)",
26+
"Woonki Moon (https://github.com/mununki)"
1727
],
1828
"files": [
1929
"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"
30+
]
2631
}

0 commit comments

Comments
 (0)