{
  "name": "@sanity/code-input",
  "version": "7.1.0",
  "description": "Sanity input component for code, powered by CodeMirror",
  "keywords": [
    "cms",
    "code-editor",
    "code-input",
    "content",
    "headless",
    "realtime",
    "sanity",
    "sanity-plugin"
  ],
  "homepage": "https://github.com/sanity-io/plugins/tree/main/plugins/@sanity/code-input#readme",
  "bugs": {
    "url": "https://github.com/sanity-io/plugins/issues"
  },
  "license": "MIT",
  "author": "Sanity.io <hello@sanity.io>",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/sanity-io/plugins.git",
    "directory": "plugins/@sanity/code-input"
  },
  "files": [
    "assets",
    "dist"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "dependencies": {
    "@codemirror/lang-html": "^6.4.11",
    "@codemirror/lang-java": "^6.0.2",
    "@codemirror/lang-javascript": "^6.2.5",
    "@codemirror/lang-json": "^6.0.2",
    "@codemirror/lang-markdown": "^6.5.0",
    "@codemirror/lang-php": "^6.0.2",
    "@codemirror/lang-sql": "^6.10.0",
    "@codemirror/language": "^6.12.2",
    "@codemirror/legacy-modes": "^6.5.2",
    "@codemirror/state": "^6.6.0",
    "@codemirror/view": "^6.40.0",
    "@lezer/highlight": "^1.2.3",
    "@sanity/icons": "^3.7.4",
    "@sanity/lezer-groq": "^1.0.3",
    "@sanity/ui": "^3.1.14",
    "@uiw/codemirror-themes": "^4.25.8",
    "@uiw/react-codemirror": "^4.25.8"
  },
  "devDependencies": {
    "@sanity/pkg-utils": "^10.4.11",
    "@types/react": "^19.2.14",
    "babel-plugin-react-compiler": "^1.0.0",
    "babel-plugin-styled-components": "^2.1.4",
    "react": "^19.2.4",
    "sanity": "^5.17.1",
    "styled-components": "^6.3.11",
    "@repo/package.config": "0.0.0",
    "@repo/tsconfig": "0.0.0"
  },
  "peerDependencies": {
    "react": "^19.2",
    "sanity": "^5",
    "styled-components": "^6.1"
  },
  "engines": {
    "node": ">=20.19 <22 || >=22.12"
  },
  "scripts": {
    "build": "pkg build --strict --check --clean"
  }
}