{
  "name": "mapbox-search",
  "version": "0.0.2",
  "description": "mapbox utility",
  "main": "dist/cjs/index.js",
  "module": "dist/mjs/index.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean": "rimraf dist",
    "build": "npm run clean && rollup -c"
  },
  "keywords": [
    "openstreet",
    "mapbox"
  ],
  "author": "Hein Soe",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/hheinsoee/mapbox-search"
  },
  "homepage": "https://github.com/hheinsoee/mapbox-search#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/hheinsoee/mapbox-search.git"
  },
  "devDependencies": {
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-typescript": "^8.5.0",
    "@types/react": "^17.0.18",
    "react": "^17.0.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.79.1",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-dts": "^3.0.2",
    "rollup-plugin-node-polyfills": "^0.2.1",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.1",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^4.3.5"
  },
  "peerDependencies": {
    "react": "^17.0.2"
  },
  "dependencies": {
    "axios": "^1.7.5",
    "tslib": "^2.7.0"
  }
}
