{
  "name": "@fsegurai/codemirror-theme-palenight",
  "description": "Palenight theme for the CodeMirror code editor",
  "version": "6.2.0",
  "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,
  "scripts": {
    "test": "cm-runtests",
    "prepare": "cm-buildhelper src/index.ts"
  },
  "keywords": [
    "editor",
    "diff",
    "diff-editor",
    "code",
    "codemirror",
    "theme",
    "themes",
    "syntax",
    "highlight",
    "palenight"
  ],
  "author": {
    "name": "Fabián Segura",
    "url": "https://www.fsegurai.com/"
  },
  "license": "MIT",
  "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"
}
