{
  "name": "react-location-simple-cache",
  "author": "Tanner Linsley",
  "version": "3.3.3",
  "license": "MIT",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tannerlinsley"
  },
  "description": "",
  "main": "lib/index.js",
  "module": "es/index.js",
  "unpkg": "dist/react-location.development.js",
  "types": "types/index.d.ts",
  "scripts": {
    "test": "(is-ci && yarn test:ci) || yarn test:dev",
    "test:dev": "yarn && yarn test:jest --watch",
    "test:ci": "yarn && yarn test:jest",
    "test:coverage": "yarn test:ci; open coverage/lcov-report/index.html",
    "test:jest": "exit 0;",
    "build": "yarn format && yarn build:commonjs && yarn build:es && yarn build:umd && yarn build:types",
    "build:commonjs": "rimraf ./lib && cross-env BABEL_ENV=commonjs babel --extensions .ts,.tsx --ignore ./src/**/tests/**/* ./src --out-dir lib",
    "build:es": "rimraf ./es && babel --extensions .ts,.tsx --ignore ./src/**/tests/**/* ./src --out-dir es",
    "build:umd": "rimraf ./dist && cross-env NODE_ENV=production rollup -c && rollup-plugin-visualizer stats-react.json",
    "build:types": "rimraf ./types && tsc --project ./tsconfig.types.json && replace 'import type' 'import' ./types -r --silent && replace 'export type' 'export' ./types -r --silent",
    "watch": "yarn watch:commonjs & yarn watch:es & yarn watch:umd & yarn watch:types",
    "watch:commonjs": "rimraf ./lib && cross-env BABEL_ENV=commonjs babel --watch --extensions .ts,.tsx --ignore ./src/**/tests/**/* ./src --out-dir lib",
    "watch:es": "rimraf ./es && babel --watch --extensions .ts,.tsx --ignore ./src/**/tests/**/* ./src --out-dir es",
    "watch:umd": "rimraf ./dist && cross-env NODE_ENV=production rollup -w -c && rollup-plugin-visualizer stats-react.json",
    "watch:types": "rimraf ./types && tsc --watch --project ./tsconfig.types.json && replace 'import type' 'import' ./types -r --silent && replace 'export type' 'export' ./types -r --silent",
    "now-build": "yarn && cd www && yarn && yarn build",
    "prettier": "prettier \"{.,src,src/**,example/src,example/src/**}/*.{md,js,jsx,ts,tsx,json}\"",
    "start": "yarn watch",
    "format": "yarn prettier --write",
    "stats": "open ./stats.html",
    "doctoc": "doctoc README.md"
  },
  "files": [
    "dist",
    "src",
    "lib",
    "types",
    "es"
  ],
  "browserslist": [
    "last 2 versions",
    "> 0.2%"
  ],
  "peerDependencies": {
    "react": ">=16",
    "react-dom": ">=16"
  },
  "devDependencies": {
    "@babel/cli": "^7.15.7",
    "@babel/core": "^7.15.8",
    "@babel/plugin-transform-runtime": "^7.15.8",
    "@babel/preset-env": "^7.15.8",
    "@babel/preset-react": "^7.14.5",
    "@babel/preset-typescript": "^7.15.0",
    "@rollup/plugin-replace": "^3.0.0",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.1.2",
    "@testing-library/react-hooks": "^7.0.2",
    "@types/react": "^17.0.27",
    "@types/react-dom": "^17.0.9",
    "babel-plugin-const-enum": "^1.1.0",
    "babel-plugin-dev-expression": "^0.2.2",
    "babel-plugin-transform-async-to-promises": "^0.8.15",
    "cross-env": "^7.0.3",
    "doctoc": "^2.1.0",
    "is-ci": "^3.0.0",
    "prettier": "^2.4.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-test-renderer": "^17.0.2",
    "replace": "^1.2.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.16.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-jscc": "^1.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.2",
    "rollup-plugin-prettier": "^2.1.0",
    "rollup-plugin-size": "^0.2.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-visualizer": "^5.5.2",
    "tslib": "^2.3.1",
    "typescript": "^4.4.3"
  },
  "dependencies": {
    "@babel/runtime": "^7.15.4",
    "core-js": "^3.18.3",
    "fast-async": "7",
    "react-location": "3.3.3",
    "ts-toolbelt": "^9.6.0"
  }
}
