{
  "name": "@hashiprobr/react-create-state-context",
  "version": "1.1.0",
  "description": "React function for simplifying the creation of state contexts",
  "keywords": [
    "JavaScript",
    "React",
    "React Context",
    "createContext",
    "useContext",
    "useState"
  ],
  "homepage": "https://github.com/hashiprobr/react-create-state-context#readme",
  "bugs": {
    "url": "https://github.com/hashiprobr/react-create-state-context/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hashiprobr/react-create-state-context.git"
  },
  "license": "ISC",
  "author": "Marcelo Hashimoto",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "peerDependencies": {
    "react": "18.2.0"
  }
}