@greenlabs/ppx-rhf
Version:
ReScript PPX which generates the bindings for react-hook-form
22 lines • 543 B
JSON
{
"name": "@greenlabs/ppx-rhf",
"version": "0.0.9",
"description": "ReScript PPX which generates the bindings for react-hook-form",
"license": "MIT",
"author": "Woonki Moon<wk.moon@greenlabs.co.kr>",
"repository": {
"type": "git",
"url": "git+https://github.com/green-labs/ppx_react_hook_form.git"
},
"bugs": {
"url": "https://github.com/green-labs/ppx_react_hook_form/issues"
},
"keywords": [
"ReScript",
"ppx",
"react-hook-form"
],
"scripts": {
"postinstall": "node ./postInstall.js"
}
}