@effector/swc-plugin
Version:
SWC Plugin for Effector
33 lines • 741 B
JSON
{
"name": "@effector/swc-plugin",
"version": "1.0.0",
"description": "SWC Plugin for Effector",
"keywords": [
"swc-plugin",
"effector",
"next.js"
],
"homepage": "https://github.com/effector/swc-plugin#readme",
"bugs": {
"url": "https://github.com/effector/swc-plugin/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/effector/swc-plugin.git"
},
"license": "ISC",
"author": "Kireev Mikhail",
"type": "module",
"main": "effector_swc_plugin.wasm",
"files": [
"effector_swc_plugin.wasm"
],
"devDependencies": {
"@changesets/cli": "^2.29.7"
},
"preferUnplugged": true,
"scripts": {
"test": "cargo make test",
"build": "cargo make bundle"
}
}