{
  "name": "@kiberpro/editorjs-gallery",
  "version": "1.3.0",
  "keywords": [
    "codex editor",
    "tool",
    "image",
    "gallery",
    "editor.js",
    "editorjs"
  ],
  "description": "Image Gallery Tool with source field for Editor.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VolgaIgor/editorjs-gallery.git"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/gallery.umd.js",
  "module": "./dist/gallery.mjs",
  "exports": {
    ".": {
      "import": "./dist/gallery.mjs",
      "require": "./dist/gallery.umd.js"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "lint": "eslint src/ --ext .js",
    "lint:errors": "eslint src/ --ext .js --quiet",
    "lint:fix": "eslint src/ --ext .js --fix"
  },
  "author": "Igor Shuvalov «VolgaIgor» & CodeX",
  "devDependencies": {
    "@codexteam/ajax": "^4.2.0",
    "eslint": "^6.8.0",
    "eslint-config-codex": "^1.3.3",
    "eslint-loader": "^4.0.0",
    "formidable": "^1.2.1",
    "postcss-nested": "^4.1.0",
    "postcss-nested-ancestors": "^2.0.0",
    "request": "^2.88.0",
    "vite": "^4.5.0",
    "vite-plugin-css-injected-by-js": "^3.3.0"
  },
  "dependencies": {
    "@codexteam/icons": "^0.0.6"
  },
  "bugs": {
    "url": "https://github.com/VolgaIgor/editorjs-gallery/issues"
  },
  "homepage": "https://github.com/VolgaIgor/editorjs-gallery#readme"
}
