{
  "name": "@effector/swc-plugin",
  "version": "0.7.1",
  "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.4",
    "zx": "^8.5.5"
  },
  "preferUnplugged": true,
  "scripts": {
    "build": "node scripts/pack.mjs"
  }
}