{
  "name": "@liteeditor/editor",
  "version": "1.3.0",
  "description": "Lightweight JavaScript WYSIWYG editor \u2014 vanilla JS, no jQuery, no dependencies. A modern TinyMCE alternative.",
  "type": "module",
  "main": "./dist/liteeditor.cjs",
  "module": "./dist/liteeditor.esm.js",
  "unpkg": "./dist/liteeditor.min.js",
  "jsdelivr": "./dist/liteeditor.min.js",
  "types": "./types/index.d.ts",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "import": "./dist/liteeditor.esm.js",
      "require": "./dist/liteeditor.cjs"
    },
    "./style.css": "./dist/liteeditor.css",
    "./liteeditor.min.js": "./dist/liteeditor.min.js",
    "./liteeditor.min.css": "./dist/liteeditor.css"
  },
  "files": [
    "dist",
    "types",
    "README.md",
    "LICENSE"
  ],
  "sideEffects": [
    "*.css",
    "./dist/liteeditor.esm.js",
    "./dist/liteeditor.cjs",
    "./dist/liteeditor.min.js"
  ],
  "scripts": {
    "build": "node build.mjs"
  },
  "keywords": [
    "wysiwyg",
    "editor",
    "rich-text",
    "html-editor",
    "vanilla-js",
    "no-jquery",
    "tinymce-alternative",
    "ckeditor-alternative",
    "lightweight"
  ],
  "author": "LiteEditor",
  "license": "SEE LICENSE IN LICENSE",
  "homepage": "https://liteeditor.com",
  "bugs": {
    "url": "https://liteeditor.com/support"
  },
  "publishConfig": {
    "access": "public"
  }
}
