{
  "name": "@siposdani87/expo-maps-polygon-editor",
  "version": "1.3.1",
  "description": "This multi polygon editor written in TypeScript for the React Native Maps component. This component allows you to select, create, or modify areas on Apple Maps and Google Maps.",
  "author": "Dániel Sipos",
  "license": "MIT",
  "homepage": "https://siposdani87.com",
  "private": false,
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "typesVersions": {
    "*": {
      "*": [
        "dist/index.d.ts"
      ]
    }
  },
  "sideEffects": false,
  "engines": {
    "node": ">=20"
  },
  "keywords": [
    "expo-maps-polygon-editor",
    "react-native-maps",
    "polygon",
    "editor"
  ],
  "files": [
    "dist",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/siposdani87/expo-maps-polygon-editor.git"
  },
  "bugs": {
    "url": "https://github.com/siposdani87/expo-maps-polygon-editor/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prebuild": "npm run lint && npm run format && npm test && npm run clean",
    "build": "npx tsc -p .",
    "clean": "rm -rf dist",
    "lint": "npx eslint . --ext .ts,.tsx",
    "lint:fix": "npm run lint -- --fix",
    "test": "jest",
    "format": "npx prettier --write 'src/**/*.ts*'",
    "changelog": "npx conventional-changelog -p conventionalcommits -i CHANGELOG.md -o CHANGELOG.md -r 1",
    "prepare": "husky"
  },
  "lint-staged": {
    "src/**/*.{ts,tsx}": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "peerDependencies": {
    "@turf/boolean-point-in-polygon": ">=6.5.0",
    "@turf/helpers": ">=6.5.0",
    "@turf/midpoint": ">=6.5.0",
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0",
    "react-native": ">=0.83.0",
    "react-native-maps": ">=1.23.6"
  },
  "dependencies": {
    "@turf/boolean-point-in-polygon": ">=6.5.0",
    "@turf/helpers": ">=6.5.0",
    "@turf/midpoint": ">=6.5.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.5.0",
    "@commitlint/config-conventional": "^20.5.0",
    "@testing-library/react": "^16.3.2",
    "@types/google.maps": "^3.58.1",
    "@types/jest": "^30.0.0",
    "@types/react": "~19.2.14",
    "@types/react-dom": "~19.2.3",
    "@typescript-eslint/eslint-plugin": "^6.21.0",
    "@typescript-eslint/parser": "^6.21.0",
    "conventional-changelog": "^7.2.0",
    "eslint": "^8.21.0",
    "eslint-config-prettier": "^9.1.2",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^4.6.2",
    "husky": "^9.1.7",
    "jest": "^30.3.0",
    "jest-environment-jsdom": "^30.3.0",
    "lint-staged": "^16.4.0",
    "prettier": "^3.8.1",
    "react-dom": "^19.2.4",
    "react-native-maps": "^1.27.2",
    "react-test-renderer": "^19.2.4",
    "ts-jest": "^29.4.6",
    "typescript": "~5.9.3"
  }
}
