22 "name" : " reason-react-navigation" ,
33 "version" : " 0.2.0" ,
44 "description" : " Reason bindings for react-navigation" ,
5- "main" : " index.js" ,
65 "scripts" : {
7- "build" : " bsb -clean-world -make-world" ,
8- "clean" : " bsb -clean-world" ,
9- "format" : " bsrefmt --in-place **/*.re"
6+ "re:clean" : " bsb -clean-world" ,
7+ "re:start" : " bsb -make-world -w" ,
8+ "re:build" : " bsb -make-world" ,
9+ "re:clean-build" : " yarn re:clean && yarn re:build" ,
10+ "clean" : " yarn re:clean" ,
11+ "test" : " yarn re:clean-build"
1012 },
1113 "repository" : " https://github.com/reasonml-community/reason-react-native.git" ,
1214 "license" : " MIT" ,
1315 "peerDependencies" : {
14- "bs-platform" : " >=5.0.2 " ,
16+ "bs-platform" : " >=5.0.4 " ,
1517 "react-native" : " >=0.59.0" ,
1618 "reason-react" : " >=0.7.0" ,
1719 "reason-react-native" : " >=0.60.0"
1820 },
1921 "devDependencies" : {
2022 "bs-platform" : " ^5.0.4" ,
21- "react-native" : " ^0.59.9" ,
2223 "reason-react" : " ^0.7.0" ,
2324 "reason-react-native" : " ^0.60.0"
2425 }
25- }
26+ }
0 commit comments