{
  "name": "geofire",
  "description": "Location-based querying and filtering using Firebase",
  "version": "6.0.0",
  "scripts": {
    "build": "rollup -c",
    "coverage": "nyc report --reporter=text-lcov > ./coverage/lcov.info",
    "lint": "tslint --project ./tslint.json 'src/**/*.ts'",
    "test": "nyc --reporter=html --reporter=text mocha --exit",
    "prepare": "npm run build"
  },
  "author": "Firebase (https://firebase.google.com/)",
  "homepage": "https://github.com/firebase/geofire-js/",
  "repository": {
    "type": "git",
    "url": "https://github.com/firebase/geofire-js.git"
  },
  "bugs": {
    "url": "https://github.com/firebase/geofire-js/issues"
  },
  "license": "MIT",
  "keywords": [
    "geoquery",
    "location",
    "firebase",
    "realtime",
    "geolocation"
  ],
  "main": "dist/geofire/index.cjs.js",
  "index": "dist/geofire/index.js",
  "browser": "dist/geofire/geofire.min.js",
  "module": "dist/geofire/index.esm.js",
  "typings": "dist/geofire/index.d.ts",
  "files": [
    "dist/**",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "dependencies": {
    "@firebase/database-types": "^0.7.0",
    "geofire-common": "6.0.0"
  },
  "peerDependencies": {
    "firebase": "9.x.x"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.12.21",
    "chai": "^4.2.0",
    "coveralls": "^3.0.2",
    "firebase": "^9.0.0",
    "jsdom": "^13.2.0",
    "jsdom-global": "^3.0.2",
    "mocha": "^5.2.0",
    "nyc": "^13.1.0",
    "rollup": "^1.1.2",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-node-resolve": "^4.0.0",
    "rollup-plugin-typescript2": "^0.19.2",
    "rollup-plugin-terser": "^6.0.2",
    "source-map-support": "^0.5.10",
    "ts-node": "^8.0.2",
    "tslint": "^5.12.1",
    "typescript": "3.x.x"
  },
  "nyc": {
    "extension": [
      ".ts"
    ],
    "include": [
      "src/**/*.ts"
    ],
    "reporter": [
      "html"
    ],
    "all": true
  }
}
