{
  "name": "@codemirror/gutter",
  "version": "0.19.9",
  "description": "Gutter and line number functionality for the CodeMirror code editor",
  "scripts": {
    "test": "cm-runtests",
    "prepare": "cm-buildhelper src/index.ts"
  },
  "keywords": [
    "editor",
    "code"
  ],
  "author": {
    "name": "Marijn Haverbeke",
    "email": "marijnh@gmail.com",
    "url": "http://marijnhaverbeke.nl"
  },
  "type": "module",
  "main": "dist/index.cjs",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "sideEffects": false,
  "license": "MIT",
  "dependencies": {
    "@codemirror/rangeset": "^0.19.0",
    "@codemirror/state": "^0.19.0",
    "@codemirror/view": "^0.19.23"
  },
  "devDependencies": {
    "@codemirror/buildhelper": "^0.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/codemirror/gutter.git"
  }
}
