UNPKG

@sanity-typed/groq

Version:
62 lines (61 loc) 1.55 kB
{ "$schema": "https://json.schemastore.org/package.json", "name": "@sanity-typed/groq", "version": "3.0.0", "description": "Infer GROQ Result Types from GROQ strings", "keywords": [ "sanity", "sanity-io", "types", "typescript", "cms", "headless", "realtime", "content", "groq", "tagged", "template", "literal", "string" ], "homepage": "https://github.com/saiichihashimoto/sanity-typed/tree/main/packages/groq", "bugs": "https://github.com/saiichihashimoto/sanity-typed/issues", "repository": "github:saiichihashimoto/sanity-typed", "funding": { "type": "individual", "url": "https://github.com/sponsors/saiichihashimoto" }, "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "npm run build -- --no-clean", "test": "jest" }, "dependencies": { "@portabletext-typed/types": "3.0.0", "@sanity-typed/types": "8.0.0", "type-fest": "4.30.2" }, "devDependencies": { "@jest/globals": "29.7.0", "@jest/types": "29.6.3", "@saiichihashimoto/test-utils": "1.1.0", "@sanity-typed/tsconfig": "0.0.0-development", "@sanity-typed/utils": "0.0.0-development", "@sanity/client": "6.28.2", "@types/geojson": "7946.0.14", "groq-js": "1.14.0", "jest": "29.7.0", "ts-jest": "29.2.5" }, "peerDependencies": { "@sanity/client": "^6.1.7", "@types/geojson": "^7946.0.10", "typescript": "5.7.2 || 5.7.3" } }