{
  "name": "@wirestate/react-signals",
  "version": "1.0.0",
  "description": "Preact Signals React reactivity binding (@preact/signals-react) for Wirestate React services",
  "sideEffects": false,
  "author": "Syrotenko Igor",
  "homepage": "https://github.com/Neloreck/wirestate#readme",
  "license": "MIT",
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "types": "./index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./esm/index.js",
      "require": "./cjs/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Neloreck/wirestate.git"
  },
  "bugs": {
    "url": "https://github.com/Neloreck/wirestate/issues"
  },
  "keywords": [
    "wirestate",
    "state-management",
    "class-based",
    "context",
    "declarative",
    "management",
    "manager",
    "signals",
    "react",
    "ioc",
    "di",
    "dependency-injection",
    "state",
    "store",
    "typescript"
  ],
  "dependencies": {},
  "peerDependencies": {
    "@preact/signals-react": ">=3.8.0",
    "react": ">=16.8.0 <20.0.0"
  },
  "optionalDependencies": {}
}
