Framework
meta.stow.framework is required and helps buyers discover blocks for their framework.
Currently we only support react, however we plan to open the gates to other frameworks in the future.
react
Fairly self-explanatory, but it is the most popular framework and the one that we support for launch.
Example
{
...
"meta": {
"stow": {
...
"framework": "react"
}
}
}