{
    "name": "@mongez/react-atom",
    "version": "5.1.0",
    "description": "A simple state management tool for React Js.",
    "main": "./cjs/index.js",
    "author": "hassanzohdy",
    "repository": {
        "type": "git",
        "url": "https://github.com/hassanzohdy/mongez-react-atom"
    },
    "license": "MIT",
    "dependencies": {
        "@mongez/atom": "^1.0.0"
    },
    "peerDependencies": {
        "react": ">16.8.0"
    },
    "keywords": [
        "react",
        "state",
        "atom",
        "state management",
        "state management tool",
        "state management library",
        "recoil",
        "Jotai",
        "state management library for react"
    ],
    "module": "./esm/index.js",
    "typings": "./cjs/index.d.ts"
}