-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
35 lines (35 loc) · 1004 Bytes
/
package-lock.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "rescript-project-template",
"version": "0.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "rescript-project-template",
"version": "0.0.1",
"license": "MIT",
"dependencies": {
"rescript": "*"
}
},
"node_modules/rescript": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/rescript/-/rescript-10.0.1.tgz",
"integrity": "sha512-XwO1GPDtoEU4H03xQE5bp0/qtSVR6YLaJRPxWKrfFgKc+LI36ODOCie7o9UJfgzQdoMYkkZyiTGZ4N9OQEaiUw==",
"hasInstallScript": true,
"bin": {
"bsc": "bsc",
"bsrefmt": "bsrefmt",
"bstracing": "lib/bstracing",
"rescript": "rescript"
}
}
},
"dependencies": {
"rescript": {
"version": "10.0.1",
"resolved": "https://registry.npmjs.org/rescript/-/rescript-10.0.1.tgz",
"integrity": "sha512-XwO1GPDtoEU4H03xQE5bp0/qtSVR6YLaJRPxWKrfFgKc+LI36ODOCie7o9UJfgzQdoMYkkZyiTGZ4N9OQEaiUw=="
}
}
}