{
  "name": "@gruzf/map",
  "author": "Vladislav Gevorgyan",
  "version": "2.5.10",
  "description": "This library is designed to embed MapBox as a React component",
  "license": "MIT",
  "main": "index.js",
  "typings": "index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "numen --watch",
    "build": "numen --dts",
    "lint": "eslint . --fix && numen --dts-only",
    "refresh": "rm -rf ./node_modules ./package-lock.json && npm install",
    "postbuild": "cp package.json lib && cp README.md lib && cp LICENSE lib",
    "_postinstall": "husky install",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable"
  },
  "devDependencies": {
    "@babel/core": "^7.12.0",
    "@babel/preset-env": "^7.16.5",
    "@babel/preset-react": "^7.16.5",
    "@babel/preset-typescript": "^7.16.5",
    "@commitlint/cli": "^17.4.4",
    "@commitlint/config-conventional": "^17.4.4",
    "@gruzf/eslint-config-react": "^1.0.2",
    "@gruzf/numen": "^2.0.0",
    "@mui/material": "^5.2.7",
    "@semantic-release/changelog": "^6.0.2",
    "@semantic-release/exec": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/gitlab": "^12.0.0",
    "@types/react": "^17.0.38",
    "@types/react-dom": "^17.0.11",
    "babel-plugin-import": "^1.13.3",
    "husky": "^7.0.2",
    "pinst": "^2.1.6",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "replace-json-property": "^1.8.0",
    "semantic-release": "^20.1.3",
    "tslib": "^2.2.0",
    "tss-react": "4.4.4",
    "typescript": "^4.4.2"
  },
  "dependencies": {
    "@turf/turf": "^6.5.0",
    "@types/mapbox-gl": "^2.6.3",
    "mapbox-gl": "^2.7.0"
  },
  "keywords": [
    "map",
    "mapbox",
    "react"
  ]
}
