-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 941 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
{
"name": "rescript-use-sync-external-store",
"version": "0.2.0",
"description": "ReScript bindings to use-sync-external-store",
"repository": "github:illusionalsagacity/rescript-use-sync-external-store",
"author": "rob",
"license": "MIT",
"keywords": [
"rescript",
"react",
"@rescript/react",
"use-sync-external-store"
],
"scripts": {
"clean": "rescript clean",
"build": "rescript build -with-deps",
"watch": "rescript build -w -with-deps",
"prepare": "yarn run build"
},
"packageManager": "[email protected]",
"peerDependencies": {
"@rescript/react": "*",
"rescript": ">=9.0.0 || >=10.0.0 || >=11.0.0",
"use-sync-external-store": "^1.0.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"@rescript/react": "~0.12.0",
"rescript": "^11.1.1",
"use-sync-external-store": "^1.0.0"
},
"sideEffects": false
}