groq
Version:
Tagged template literal for Sanity.io GROQ-queries
70 lines • 1.67 kB
JSON
{
"name": "groq",
"version": "5.27.0",
"description": "Tagged template literal for Sanity.io GROQ-queries",
"keywords": [
"cms",
"content",
"groq",
"headless",
"literal",
"realtime",
"sanity",
"string",
"tagged",
"template"
],
"homepage": "https://www.sanity.io/",
"bugs": {
"url": "https://github.com/sanity-io/sanity/issues"
},
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"repository": {
"type": "git",
"url": "git+https://github.com/sanity-io/sanity.git",
"directory": "packages/groq"
},
"files": [
"lib"
],
"type": "module",
"sideEffects": false,
"main": "./lib/groq.cjs",
"module": "./lib/groq.js",
"types": "./lib/groq.d.ts",
"exports": {
".": {
"require": "./lib/groq.cjs",
"default": "./lib/groq.js"
},
"./package.json": "./package.json"
},
"devDependencies": {
"@sanity/pkg-utils": "^10.4.15",
"@types/node": "^24.3.0",
"@typescript/native-preview": "beta",
"eslint": "^9.39.2",
"rimraf": "^6.1.3",
"@repo/eslint-config": "5.27.0",
"@repo/package.config": "5.27.0",
"@repo/tsconfig": "5.27.0"
},
"browserslist": [
"node >=20.19",
"node >=22.12",
"baseline 2024"
],
"engines": {
"node": ">=20.19 <22 || >=22.12"
},
"scripts": {
"build": "pkg-utils build --strict --check --clean && rimraf lib/groq.d.cts",
"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"
}
}