generated from DCKT/rescript-bindings-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 996 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
40
41
42
43
44
{
"name": "@dck/rescript-react-query",
"version": "1.0.3",
"description": "ReScript bindings for react-query",
"keywords": [
"rescript",
"bindings",
"react",
"react-query",
"hooks"
],
"license": "MIT",
"author": {
"name": "Thomas Deconinck",
"email": "tqs.deconinck@gmail.com",
"url": "https://github.com/DCKT"
},
"peerDependencies": {
"rescript": ">=11.0.0",
"@rescript/react": ">=0.12.1",
"@tanstack/react-query": "^5.22.2"
},
"devDependencies": {
"@rescript/core": "^1.0.0",
"@rescript/react": "^0.12.1",
"@tanstack/react-query": "^5.22.2",
"rescript": ">=11.0.0",
"rescript-bun": "^0.4.1"
},
"scripts": {
"build": "rescript build",
"dev": "rescript build -w",
"clean": "rescript clean",
"examples": "cd examples && bun run start",
"examples-server": "bun run examples/src/server.bs.js"
},
"files": [
"src/*",
"rescript.json"
],
"engines": {
"node": ">=18"
}
}