|
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 | + |
| 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 | | - |
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": "[email protected]+sha512.0e9d42e92bd2318408ed81eaff2da5f78baf23ee7d12a6eed44a6e2901d0f29d7ab715d1b918ade601f72e769a824d9a5c322383f22bbbda5dd396e79de2a077" |
79 | 84 | } |
0 commit comments