{
  "name": "@domeadev/react-store-context",
  "version": "0.1.0",
  "description": "A simple and lightweight store context for React.",
  "types": ".dist/index.d.ts",
  "main": ".dist/index.js",
  "module": ".dist/index.mjs",
  "files": [
    ".dist"
  ],
  "exports": {
    ".": {
      "import": "./.dist/index.mjs",
      "require": "./.dist/index.js"
    }
  },
  "keywords": [
    "react",
    "hook",
    "zustand",
    "store",
    "context"
  ],
  "author": "domeafavour",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "devDependencies": {
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.1.0",
    "@types/react": ">=16.8.0",
    "@types/react-dom": ">=16.8.0",
    "happy-dom": "^16.5.3",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "tsup": "^8.0.2",
    "typescript": "^5.4.5",
    "vitest": "^2.1.8"
  },
  "dependencies": {
    "entity-state-adapter": "0.1.4",
    "zustand": "^4.5.7"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/domeafavour/react-store-context"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "vitest",
    "build": "tsup"
  }
}