{
  "name": "@geocoder-free/utils",
  "version": "0.2.8",
  "license": "MIT",
  "description": "utils for geocoding including purging addresses etc.",
  "repository": {
    "type": "git",
    "url": "https://github.com/thundermiracle/geocoder-free"
  },
  "bugs": {
    "url": "https://github.com/thundermiracle/geocoder-free/issues"
  },
  "keywords": [
    "geocode",
    "address",
    "utils",
    "latitude",
    "longitude"
  ],
  "main": "index.js",
  "files": [
    "es",
    "ja",
    "lib",
    "umd",
    "index.js",
    "index.d.ts",
    "HttpClient.js",
    "HttpClient.d.ts"
  ],
  "scripts": {
    "eslint:src": "eslint src/**/*.{ts,tsx}",
    "eslint:test": "eslint __test__/**/*.{ts,tsx}",
    "eslint": "yarn eslint:src && yarn eslint:test",
    "jest": "jest",
    "type-check": "tsc --noEmit",
    "type-check:watch": "yarn type-check -- --watch",
    "test": "yarn type-check && yarn eslint && yarn jest",
    "emit:types": "tsc --emitDeclarationOnly",
    "mv:types": "node ../../scripts/move-types .",
    "rm:types": "node ../../scripts/remove-types",
    "build:types": "yarn emit:types && yarn mv:types && yarn rm:types",
    "build:cjs": "cross-env NODE_ENV=production babel src --out-dir ./ --noEmit --extensions \".ts,.tsx\" --verbose",
    "build:es": "cross-env NODE_ENV=es babel src --out-dir ./es --noEmit --extensions \".ts,.tsx\" --verbose",
    "build:umd": "rollup -c",
    "prebuild": "rimraf es/ ja/ lib/ umd/ index.js index.d.ts",
    "build": "yarn build:types && yarn build:cjs && yarn build:es && yarn build:umd",
    "build:dev": "yarn build --watch"
  },
  "author": "thundermiracle",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "fetch-jsonp": ">=1",
    "node-fetch": ">=2"
  },
  "dependencies": {
    "ramda": "^0.26.1"
  },
  "devDependencies": {
    "fetch-jsonp": "1.1.3",
    "node-fetch": "2.6.0"
  },
  "gitHead": "eaa27ab1b45c5fb126f7c866df646c5280ff7a6c"
}
