@reasonbr/reform
Version:
Reasonably making forms with ReScript and React sound good
25 lines (24 loc) • 454 B
JSON
{
"name": "@reasonbr/reform",
"reason": {
"react-jsx": 3
},
"bs-dependencies": ["@rescript/react", "rescript-react-update", "reschema"],
"bs-dev-dependencies": ["@glennsl/bs-jest"],
"refmt": 3,
"bsc-flags": ["-bs-super-errors"],
"package-specs": {
"module": "commonjs",
"in-source": true
},
"suffix": ".bs.js",
"sources": [
{
"dir": "src"
},
{
"dir": "__tests__",
"type": "dev"
}
]
}