{
  "name": "tipple",
  "version": "0.6.0",
  "description": "A lightweight dependency-free library for fetching data over REST in React.",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "umd:main": "dist/index.umd.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "keywords": [
    "tipple",
    "react",
    "rest",
    "api",
    "hooks",
    "restful",
    "cache"
  ],
  "scripts": {
    "build": "microbundle build",
    "test": "jest",
    "lint": "eslint src/**/*",
    "prettier-check": "prettier -c src/** docs/** README.md",
    "prepack": "npm run lint && npm run test && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andyrichardson/tipple.git"
  },
  "author": "Andy Richardson (andyrichardson)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/andyrichardson/tipple/issues"
  },
  "homepage": "https://github.com/andyrichardson/tipple#readme",
  "devDependencies": {
    "@types/jest": "24.0.17",
    "@types/react": "16.8.25",
    "@types/react-test-renderer": "16.8.3",
    "@typescript-eslint/eslint-plugin": "1.13.0",
    "@typescript-eslint/parser": "1.13.0",
    "eslint": "6.1.0",
    "eslint-config-prettier": "6.0.0",
    "eslint-plugin-prettier": "3.1.0",
    "eslint-plugin-react": "7.14.3",
    "eslint-plugin-react-hooks": "^1.6.1",
    "jest": "24.8.0",
    "microbundle": "0.11.0",
    "prettier": "1.18.2",
    "react": "16.8.6",
    "react-test-renderer": "16.8.6",
    "ts-jest": "24.0.2",
    "typescript": "3.5.3"
  },
  "peerDependencies": {
    "react": ">= 16.8.0"
  }
}
