{
  "name": "use-state-ref",
  "version": "1.0.0",
  "description": "Convert a state to a ref when there need to a indirect use the state",
  "keywords": [
    "useRef",
    "useCallback",
    "hooks",
    "react"
  ],
  "author": {
    "name": "Seoyeon Lee",
    "email": "i@ssen.name"
  },
  "repository": "lunit-io/frontend-components",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "main": "index.js",
  "dependencies": {
    "react": ">=16.8.0"
  }
}
