|
1 | 1 | {
|
2 | 2 | "name": "rescript",
|
3 | 3 | "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" |
8 | 18 | },
|
| 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 | + ], |
9 | 35 | "engines": {
|
10 | 36 | "node": ">=18"
|
11 | 37 | },
|
|
26 | 52 | "checkFormat:all": "biome format .",
|
27 | 53 | "coverage": "nyc --timeout=3000 --reporter=html mocha jscomp/test/*test.js && open ./coverage/index.html"
|
28 | 54 | },
|
29 |
| - "description": "ReScript toolchain", |
30 | 55 | "files": [
|
31 | 56 | "CHANGELOG.md",
|
32 | 57 | "CREDITS.md",
|
|
50 | 75 | "imports": {
|
51 | 76 | "#cli/bin_path": "./cli/bin_path.js"
|
52 | 77 | },
|
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" |
76 | 82 | },
|
77 |
| - "homepage": "http://rescript-lang.org", |
78 | 83 | "packageManager": "npm@10.8.1+sha512.0e9d42e92bd2318408ed81eaff2da5f78baf23ee7d12a6eed44a6e2901d0f29d7ab715d1b918ade601f72e769a824d9a5c322383f22bbbda5dd396e79de2a077"
|
79 | 84 | }
|
0 commit comments