{
    "name": "react-geolocated",
    "description": "React hook for using Geolocation API",
    "author": "Dan Homola",
    "user": "no23reason",
    "version": "4.5.1",
    "repository": {
        "type": "git",
        "url": "https://github.com/no23reason/react-geolocated.git"
    },
    "homepage": "https://no23reason.github.io/react-geolocated/",
    "bugs": {
        "url": "https://github.com/no23reason/react-geolocated/issues"
    },
    "keywords": [
        "react",
        "reactjs",
        "geolocation",
        "hook",
        "react-hook"
    ],
    "license": "MIT",
    "main": "dist-modules",
    "typings": "./dist-modules/index.d.ts",
    "files": [
        "dist-modules"
    ],
    "sideEffects": false,
    "publishConfig": {
        "provenance": true
    },
    "scripts": {
        "dist": "rimraf ./dist-modules && tsc -p .",
        "prepublishOnly": "npm run dist",
        "semantic-release": "semantic-release",
        "start": "npm run docs:dev",
        "test:js": "vitest run --coverage",
        "test:lint": "eslint ./src --cache",
        "test:tdd": "vitest",
        "test": "npm run test:lint && npm run test:js",
        "docs:dev": "vite",
        "docs:build": "vite build"
    },
    "peerDependencies": {
        "react": ">= 16.8.0 < 20.0.0"
    },
    "devDependencies": {
        "@eslint/js": "^10.0.1",
        "@testing-library/react": "^16.0.0",
        "@types/react": "^19.0.1",
        "@vitejs/plugin-react": "^6.0.3",
        "@vitest/coverage-v8": "^4.1.9",
        "eslint": "^10.2.1",
        "eslint-plugin-react-hooks": "^7.0.0",
        "jsdom": "^29.1.1",
        "prettier": "~3.8.0",
        "react": "^19.0.0",
        "react-dom": "^19.0.0",
        "react-github-corner": "^2.1.0",
        "rimraf": "^6.0.1",
        "semantic-release": "^25.0.1",
        "typescript": "5.8.3",
        "typescript-eslint": "^8.25.0",
        "vite": "^8.1.0",
        "vitest": "^4.1.9"
    }
}
