{
  "name": "@fsegurai/codemirror-theme-nord",
  "version": "6.2.5",
  "description": "Nord theme for the CodeMirror editor",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    "import": "./dist/index.js",
    "require": "./dist/index.cjs"
  },
  "sideEffects": false,
  "keywords": [
    "editor",
    "diff",
    "diff-editor",
    "code",
    "codemirror",
    "theme",
    "themes",
    "syntax",
    "highlight",
    "nord"
  ],
  "author": {
    "name": "Fabián Segura",
    "url": "https://www.fsegurai.com/"
  },
  "license": "MIT",
  "scripts": {
    "pkg:build": "cm-buildhelper src/index.ts",
    "pkg:test": "cm-runtests"
  },
  "peerDependencies": {
    "@lezer/highlight": "^1.0.0",
    "@codemirror/language": "^6.0.0",
    "@codemirror/state": "^6.0.0",
    "@codemirror/view": "^6.0.0"
  },
  "devDependencies": {
    "@codemirror/buildhelper": "^1.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fsegurai/codemirror-themes.git"
  },
  "bugs": {
    "url": "https://github.com/fsegurai/codemirror-themes/issues"
  },
  "homepage": "https://github.com/fsegurai/codemirror-themes#readme"
}
