{
  "name": "react-grapple",
  "version": "1.6.0",
  "description": "A collection of useful hooks that I made.",
  "author": "Koen Brouwer",
  "keywords": [
    "react",
    "hooks"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "coverage": "open ./coverage/index.html",
    "prepare": "npm run build",
    "publish:next": "npm publish --tag=next",
    "publish:latest": "npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KoenBrouwer/react-grapple.git"
  },
  "bugs": {
    "url": "https://github.com/KoenBrouwer/react-grapple/issues"
  },
  "homepage": "https://github.com/KoenBrouwer/react-grapple#readme",
  "devDependencies": {
    "@testing-library/react": "^11.2.6",
    "@testing-library/react-hooks": "^5.1.1",
    "@types/enzyme": "^3.10.8",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/jest": "^26.0.22",
    "@types/react": "^17.0.3",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.6",
    "jest": "^26.6.3",
    "mockdate": "^3.0.5",
    "react-test-renderer": "^17.0.2",
    "ts-jest": "^26.5.5",
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  }
}
