{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@sanity-typed/next-sanity",
  "version": "5.0.2",
  "description": "next-sanity with typed GROQ Results",
  "keywords": [
    "sanity",
    "sanity-io",
    "types",
    "typescript",
    "cms",
    "headless",
    "realtime",
    "content",
    "sanity.io",
    "next.js",
    "studio",
    "studio-v3",
    "live",
    "preview"
  ],
  "homepage": "https://github.com/saiichihashimoto/sanity-typed/tree/main/packages/next-sanity",
  "bugs": "https://github.com/saiichihashimoto/sanity-typed/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saiichihashimoto/sanity-typed.git"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/saiichihashimoto"
  },
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "npm run build -- --no-clean",
    "test": "jest"
  },
  "dependencies": {
    "@sanity-typed/client": "6.0.2",
    "@sanity-typed/types": "9.0.1",
    "lodash": "4.17.21"
  },
  "devDependencies": {
    "@jest/globals": "29.7.0",
    "@jest/types": "29.6.3",
    "@saiichihashimoto/test-utils": "1.1.0",
    "@sanity-typed/tsconfig": "0.0.0-development",
    "groq-builder": "0.9.1",
    "jest": "29.7.0",
    "next-sanity": "9.12.0",
    "ts-jest": "29.2.5",
    "type-fest": "4.30.2"
  },
  "peerDependencies": {
    "next-sanity": "^7.0.4 || ^9.11.1",
    "typescript": "5.7.2 || 5.7.3"
  },
  "optionalDependencies": {
    "groq-builder": "^0.9.1"
  }
}
