{
  "name": "rct-isomorphic-state",
  "version": "2.2.0",
  "main": "./dist/index.d.ts",
  "license": "MIT",
  "description": "global state without context, supports immutablity",
  "keywords": [
    "react",
    "react-state",
    "react-global-state",
    "rct-isomorphic-state",
    "react-isomorphic-state"
  ],
  "author": "AhmedNassar147 <nassarahmed750@gmail.com>",
  "types": "./dist/types.d.ts",
  "files": [
    "./dist"
  ],
  "bugs": {
    "url": "https://github.com/AhmedNassar147/react-isomorphic-state/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AhmedNassar147/react-isomorphic-state"
  },
  "scripts": {
    "build": "tsc -p ."
  },
  "dependencies": {
    "immutable": "^4.0.0-rc.12"
  },
  "devDependencies": {
    "@types/react": "^16.9.36",
    "typescript": "^3.9.5"
  },
  "peerDependencies": {
    "react": ">= 16.8.0"
  },
  "colaborators": [
    "SuperKareem",
    "AhmedNassar147"
  ]
}
