{
  "name": "summernote-next",
  "description": "Super simple WYSIWYG editor on Bootstrap 5",
  "version": "1.0.0",
  "license": "MIT",
  "keywords": [
    "bootstrap",
    "editor",
    "rich-text",
    "summernote",
    "summernote-next",
    "vanilla-js",
    "wysiwyg"
  ],
  "homepage": "https://juergen-schwind.com/summernote-next",
  "bugs": {
    "url": "https://github.com/summernote-next/summernote-next/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/summernote-next/summernote-next.git"
  },
  "author": {
    "name": "Jürgen Schwind",
    "email": "info@juergen-schwind.de",
    "url": "https://juergen-schwind.com"
  },
  "contributors": [
    "Hackerwins and contributors",
    "Jürgen Schwind and contributors"
  ],
  "copyright": "Copyright (c) 2015-present Summernote Team; Copyright (c) 2026-present Jürgen Schwind and Summernote Next Team. This project is a fork of Summernote (https://github.com/summernote/summernote/).",
  "main": "dist/summernote-next.js",
  "style": "dist/summernote-next.css",
  "unpkg": "dist/summernote-next.js",
  "jsdelivr": "dist/summernote-next.js",
  "files": [
    "dist/",
    "font/",
    "LICENSE",
    "README.md"
  ],
  "type": "module",
  "packageManager": "npm@11.13.0",
  "engines": {
    "node": ">=20.19.0",
    "npm": ">=11.13.0"
  },
  "scripts": {
    "dev": "vite --config vite.config.dev.js",
    "prebuild": "node ./scripts/build-fonts.js",
    "build": "vite build",
    "postbuild": "node ./scripts/build-language-assets.js",
    "buildall": "npm run prebuild && node ./scripts/build-all.js",
    "lint": "eslint src test scripts",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@popperjs/core": "^2.11.8",
    "@vitest/browser": "^4.1.5",
    "@vitest/browser-playwright": "^4.1.5",
    "@vitest/coverage-istanbul": "^4.1.5",
    "adm-zip": "^0.5.17",
    "autoprefixer": "^10.5.0",
    "bootstrap": "^5.3.8",
    "eslint": "^10.3.0",
    "eslint-plugin-chai-friendly": "^1.2.0",
    "globals": "^17.6.0",
    "playwright": "^1.59.1",
    "postcss": "^8.5.14",
    "sass": "^1.99.0",
    "vite": "^8.0.10",
    "vite-plugin-banner": "^0.8.1",
    "vitest": "^4.1.5",
    "webfont": "^11.2.26"
  }
}
