forked from Minnozz/rescript-recharts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 958 Bytes
/
package.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
36
37
38
39
{
"name": "@minnozz/rescript-recharts",
"version": "0.1.0",
"scripts": {
"build": "rescript build -with-deps",
"start": "rescript build -with-deps -w",
"clean": "rescript clean -with-deps",
"refmt": "rescript format -all"
},
"description": "ReScript bindings for Recharts",
"homepage": "https://github.com/Minnozz/rescript-recharts#readme",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Minnozz/rescript-recharts.git"
},
"bugs": {
"url": "https://github.com/Minnozz/rescript-recharts/issues"
},
"author": "Bart Schuurmans <[email protected]>",
"license": "MIT",
"keywords": [
"binding",
"bucklescript",
"chart",
"react",
"react-component",
"reactjs",
"recharts",
"rescript"
],
"devDependencies": {
"@rescript/react": "^0.10.3",
"rescript": "^9.1.2"
},
"peerDependencies": {
"@rescript/react": "^0.10.3",
"recharts": "^2.0.9"
}
}