{
  "name": "refine-sanity",
  "version": "1.1.1",
  "description": "Data provider for refine with sanity. refine is a React-based framework for building internal tools, rapidly. Sanity is headless CMS.",
  "type": "module",
  "author": {
    "name": "Hiren F",
    "email": "hirenf14@gmail.com",
    "url": "https://github.com/hirenf14"
  },
  "types": "./dist/index.d.ts",
  "exports": "./dist/index.js",
  "homepage": "https://github.com/hirenf14/refine-sanity#readme",
  "private": false,
  "keywords": [
    "refine",
    "refinedev",
    "sanity",
    "data provider",
    "react"
  ],
  "scripts": {
    "build": "tsc",
    "prepublish": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hirenf14/refine-sanity.git"
  },
  "bugs": {
    "url": "https://github.com/hirenf14/refine-sanity/issues"
  },
  "peerDependencies": {
    "@refinedev/core": "^4.28.2",
    "@sanity/client": "^6.4.12"
  },
  "devDependencies": {
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "groqd": "^0.15.9"
  }
}
