{
  "name": "groq-js",
  "version": "2.0.0",
  "keywords": [
    "sanity",
    "json",
    "query",
    "groq"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanity-io/groq-js.git"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./1": "./dist/1.js",
    "./experimental": "./dist/experimental.js",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE",
    "API.md",
    "README.md"
  ],
  "scripts": {
    "build": "tsdown",
    "prepublishOnly": "npm run build",
    "prettify": "prettier --write .",
    "prettify-check": "prettier --check .",
    "test": "tap --no-timeout --coverage-report=html --no-browser --files=test/**/*.test.*",
    "test:bundle": "tsx test/bundle.check.ts",
    "test:generate": "./test/generate.sh"
  },
  "prettier": "@sanity/prettier-config",
  "tap": {
    "check-coverage": false,
    "node-arg": [
      "--import",
      "tsx"
    ]
  },
  "dependencies": {
    "obug": "^2.1.3"
  },
  "devDependencies": {
    "@sanity/prettier-config": "^3.0.0",
    "@sanity/semantic-release-preset": "^5.0.0",
    "@sanity/tsconfig": "^2.2.1",
    "@sanity/tsdown-config": "^0.19.6",
    "@types/tap": "^15.0.12",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "esbuild": "^0.28.0",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-sanity": "^7.1.3",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "ndjson": "^2.0.0",
    "pkg-pr-new": "^0.0.75",
    "prettier": "^3.8.1",
    "rimraf": "^5.0.0",
    "semantic-release": "^24.2.0",
    "semver": "^7.5.4",
    "tap": "^16.3.10",
    "tsdown": "^0.22.13",
    "tsx": "^4.19.2",
    "typescript": "^6.0.3"
  },
  "engines": {
    "node": ">=22.12"
  }
}
