-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 745 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 745 Bytes
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
36
37
{
"name": "rescript-tinybench",
"description": "ReScript bidnings to tinybench",
"version": "1.2.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cometkim/rescript-tinybench.git"
},
"author": {
"name": "Hyeseong Kim",
"email": "hey@hyeseong.kim"
},
"keywords": [
"rescript",
"rescript-bindings",
"benchmark"
],
"scripts": {
"build": "rescript build"
},
"files": [
"bsconfig.json",
"src/*.res"
],
"peerDependencies": {
"rescript": "^10.1.0 || ^11.0.0-alpha.0"
},
"dependencies": {
"tinybench": "^2.5.0"
},
"devDependencies": {
"@rescript/core": "^0.3.1",
"rescript": "^10.1.4"
},
"packageManager": "yarn@3.3.1"
}