{
  "name": "@rafaelcavalcante/uselocalstorage",
  "version": "0.0.6",
  "description": "A React hook to handle localStorage with ease",
  "author": "Rafael Cavalcante",
  "license": "ISC",
  "homepage": "https://github.com/rafaelcavalcante/uselocalstorage#readme",
  "repository": {
    "type": "git",
    "url": "git@github.com/rafaelcavalcante/uselocalstorage.git"
  },
  "bugs": {
    "url": "https://github.com/rafaelcavalcante/uselocalstorage/issues"
  },
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "prepublish": "cp src/index.js ./dist/"
  },
  "keywords": [
    "reactjs",
    "react",
    "react",
    "hook",
    "localstorage",
    "uselocalstorage"
  ],
  "devDependencies": {
    "@testing-library/jest-dom": "^5.11.8",
    "@testing-library/react": "^11.2.3",
    "@testing-library/react-hooks": "^7.0.2",
    "@types/jest": "^27.0.2",
    "@types/node": "^14.14.20",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.11",
    "@types/testing-library__jest-dom": "^5.9.5",
    "jest": "^27.3.1",
    "react": "^16.8.1",
    "react-dom": "^16.8.1",
    "ts-jest": "^27.0.7",
    "typescript": "^4.1.3"
  }
}
