{
  "name": "react-qif",
  "private": false,
  "type": "module",
  "version": "2.0.5",
  "description": "Powerful filtering system for React.js applications",
  "license": "MIT",
  "author": {
    "email": "1214hassan1214@gmail.com",
    "name": "Hasan Ardestani"
  },
  "keywords": [
    "filter",
    "filtering",
    "react",
    "typescript",
    "store",
    "nuqs",
    "headless"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/hsnards/qif.git"
  },
  "homepage": "https://github.com/hsnards/qif#readme",
  "scripts": {
    "dev": "tsc --watch",
    "build": "tsc && yarn run -T vite build"
  },
  "main": "dist/qif.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "nuqs": ">=2.0.0",
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  },
  "devDependencies": {
    "nuqs": ">=2.0.0",
    "react": ">= ^17.0.0",
    "typescript": "latest",
    "react-dom": ">= ^17.0.0"
  },
  "publishConfig": {
    "directory": "dist",
    "access": "public"
  }
}
