123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "name": "groq",
- "version": "3.30.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>",
- "exports": {
- ".": {
- "types": "./lib/dts/src/groq.d.ts",
- "source": "./src/groq.ts",
- "require": "./lib/groq.js",
- "node": {
- "module": "./lib/groq.esm.js",
- "import": "./lib/groq.cjs.mjs"
- },
- "import": "./lib/groq.esm.js",
- "default": "./lib/groq.esm.js"
- },
- "./package.json": "./package.json"
- },
- "main": "./lib/groq.js",
- "module": "./lib/groq.esm.js",
- "source": "./src/groq.ts",
- "types": "./lib/dts/src/groq.d.ts",
- "files": [
- "lib",
- "node",
- "src"
- ],
- "scripts": {
- "prebuild": "run-s clean",
- "build": "pkg-utils build --tsconfig tsconfig.lib.json",
- "postbuild": "run-s check:package",
- "check:package": "pkg-utils --strict --tsconfig tsconfig.lib.json",
- "clean": "rimraf lib",
- "lint": "eslint .",
- "pretest": "run-s build",
- "test": "node test/groq.test.cjs && node test/groq.test.mjs ",
- "watch": "pkg-utils watch --tsconfig tsconfig.lib.json"
- },
- "engines": {
- "node": ">=18"
- },
- "gitHead": "c29014a64236b29cc4fbcf5e2c57ca66083bdc43"
- }
|