@sanity/codegen
Version:
Codegen toolkit for Sanity.io
90 lines (89 loc) • 2.27 kB
JSON
{
"name": "@sanity/codegen",
"version": "3.93.0",
"description": "Codegen toolkit for Sanity.io",
"keywords": [
"sanity",
"cms",
"headless",
"realtime",
"content",
"codegen"
],
"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/@sanity/codegen"
},
"license": "MIT",
"author": "Sanity.io <hello@sanity.io>",
"sideEffects": false,
"type": "commonjs",
"exports": {
".": {
"source": "./src/_exports/index.ts",
"import": "./lib/index.mjs",
"require": "./lib/index.js",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"main": "./lib/index.js",
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"files": [
"lib",
"src",
"!**/__tests__/**",
"babel.config.json"
],
"scripts": {
"build": "pkg-utils build --strict --check --clean",
"check:types": "tsc --project tsconfig.lib.json",
"clean": "rimraf lib coverage",
"lint": "eslint .",
"prepublishOnly": "turbo run build",
"test": "vitest",
"watch": "pkg-utils watch"
},
"dependencies": {
"@babel/core": "^7.27.4",
"@babel/generator": "^7.27.5",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@babel/register": "^7.27.1",
"@babel/traverse": "^7.27.4",
"@babel/types": "^7.27.6",
"debug": "^4.3.4",
"globby": "^11.1.0",
"groq": "3.93.0",
"groq-js": "^1.17.0",
"json5": "^2.2.3",
"tsconfig-paths": "^4.2.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@repo/eslint-config": "3.93.0",
"@repo/package.config": "3.93.0",
"@repo/test-config": "3.93.0",
"@types/babel__core": "^7.20.5",
"@types/babel__generator": "^7.6.8",
"@types/babel__register": "^7.17.3",
"@types/babel__traverse": "^7.20.5",
"@types/debug": "^4.1.12",
"rimraf": "^5.0.10",
"vitest": "^3.2.3"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"gitHead": "6ab8137bd3e807a98595dbf1de2e848be48cfb27"
}