{
    "name": "pro-react-use-query-hook",
    "version": "1.0.6",
    "description": "A simple React hook to manage URL search params (Next.js-friendly)",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "exports": {
        "import": "./dist/index.js",
        "require": "./dist/index.js",
        "default": "./dist/index.js",
        "types": "./dist/index.d.ts"
    },
    "files": [
        "dist"
    ],
    "scripts": {
        "build": "tsc"
    },
    "keywords": [
        "react",
        "hook",
        "nextjs",
        "url",
        "search",
        "params",
        "query"
    ],
    "author": "Akshit",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "https://github.com/akshitworkspace/pro-react-use-query.git"
    },
    "bugs": {
        "url": "https://github.com/akshitworkspace/pro-react-use-query/issues"
    },
    "homepage": "https://github.com/akshitworkspace/pro-react-use-query#readme",
    "peerDependencies": {
        "react": ">=18.1.0"
    },
    "devDependencies": {
        "@types/react": "^18.2.6",
        "react": "18.3.1",
        "typescript": "^5.8.3"
    }
}
