@swc-jotai/react-refresh
Version:
SWC plugin for supporting React Refresh with Jotai
24 lines (23 loc) • 613 B
JSON
{
"name": "@swc-jotai/react-refresh",
"version": "0.5.0",
"description": "SWC plugin for supporting React Refresh with Jotai",
"author": "Mathis Møller",
"license": "MIT",
"keywords": [
"swc-plugin",
"jotai"
],
"homepage": "https://jotai.org/",
"repository": {
"type": "git",
"url": "https://github.com/pmndrs/swc-jotai"
},
"bugs": {
"url": "https://github.com/pmndrs/swc-jotai/issues"
},
"main": "swc_jotai_react_refresh.wasm",
"scripts": {
"prepack": "cargo prepublish --release && cp ../../target/wasm32-wasip1/release/swc_jotai_react_refresh.wasm ."
}
}