UNPKG

@mongez/react-atom

Version:
44 lines (43 loc) 925 B
{ "name": "@mongez/react-atom", "description": "A simple state management tool for React Js.", "keywords": [ "react", "state", "atom", "state management", "state management tool", "state management library", "recoil", "Jotai", "state management library for react" ], "author": "hassanzohdy", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/hassanzohdy/mongez-react-atom" }, "dependencies": { "@mongez/atom": "^6.0.0" }, "peerDependencies": { "react": ">=18.0.0" }, "version": "6.0.9", "main": "./cjs/index.cjs", "module": "./esm/index.mjs", "types": "./esm/index.d.mts", "exports": { ".": { "import": { "types": "./esm/index.d.mts", "default": "./esm/index.mjs" }, "require": { "types": "./esm/index.d.mts", "default": "./cjs/index.cjs" } } } }