groq
Version:
Tagged template literal for Sanity.io GROQ-queries
65 lines • 1.57 kB
JSON
{
"name": "groq",
"version": "5.1.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"
],
"devDependencies": {
"@sanity/pkg-utils": "^10.2.1",
"@types/node": "^24.3.0",
"@typescript/native-preview": "7.0.0-dev.20251128.1",
"eslint": "^9.39.2",
"rimraf": "^5.0.10",
"@repo/eslint-config": "5.1.0",
"@repo/package.config": "5.1.0",
"@repo/tsconfig": "5.1.0"
},
"engines": {
"node": ">=20.19 <22 || >=22.12"
},
"scripts": {
"build": "pkg-utils build --strict --check --clean",
"check:types": "(cd ../.. && tsgo --project packages/groq/tsconfig.lib.json --erasableSyntaxOnly)",
"clean": "rimraf lib",
"lint": "eslint .",
"pretest": "run-s build",
"test": "node --test",
"watch": "pkg-utils watch"
}
}