{
  "name": "groq",
  "version": "3.82.0",
  "description": "Tagged template literal for Sanity.io GROQ-queries",
  "keywords": [
    "sanity",
    "cms",
    "headless",
    "realtime",
    "content",
    "groq",
    "tagged",
    "template",
    "literal",
    "string"
  ],
  "homepage": "https://www.sanity.io/",
  "bugs": {
    "url": "https://github.com/sanity-io/sanity/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanity-io/sanity.git",
    "directory": "packages/groq"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "require": "./lib/groq.cjs",
      "default": "./lib/groq.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./lib/groq.cjs",
  "module": "./lib/groq.js",
  "types": "./lib/groq.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "pkg-utils build --strict --check --clean",
    "check:types": "tsc --project tsconfig.lib.json",
    "clean": "rimraf lib",
    "lint": "eslint --cache .",
    "prepublishOnly": "turbo run build",
    "pretest": "run-s build",
    "test": "node --test",
    "watch": "pkg-utils watch"
  },
  "devDependencies": {
    "@repo/package.config": "3.82.0"
  },
  "engines": {
    "node": ">=18"
  },
  "gitHead": "4e83852759628260ad60f565bcaa61f95881eedc"
}
