-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.58 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@juspay/rescript-blend",
"version": "0.0.38-beta.1",
"description": "ReScript bindings for @juspay/blend-design-system",
"scripts": {
"build": "rescript",
"clean": "rescript clean",
"watch": "rescript build -w",
"format": "rescript format",
"format:check": "rescript format -c",
"generate": "node scripts/generate.mjs",
"generate:raw": "rescript-bindgen --pkg @juspay/blend-design-system --node-modules ./node_modules --no-install --out src --project . --webapi --report --json-summary src/_bindgen-summary.json --clean --yes"
},
"files": [
"src/**/*.res",
"src/**/*.resi",
"rescript.json",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=20"
},
"keywords": [
"rescript",
"juspay",
"blend-design-system",
"react"
],
"author": "Juspay Technologies",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/juspay/blend-rescript.git"
},
"bugs": {
"url": "https://github.com/juspay/blend-rescript/issues"
},
"homepage": "https://github.com/juspay/blend-rescript#readme",
"publishConfig": {
"access": "public",
"provenance": true
},
"dependencies": {
"@juspay/blend-design-system": "0.0.38-beta.1"
},
"peerDependencies": {
"@rescript/react": ">=0.12.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"rescript": ">=12.0.0",
"rescript-webapi": ">=0.10.0"
},
"devDependencies": {
"@juspay/rescript-bindgen": "^1.4.0-beta.1",
"@rescript/react": "^0.15.0",
"rescript": "^12.2.0",
"rescript-webapi": "^0.10.0"
}
}