{
  "name": "editorjs-layout",
  "version": "1.2.5",
  "description": "Layout block tool for Editor.js. ",
  "keywords": [
    "codex editor",
    "editor.js",
    "editorjs",
    "layout",
    "tool"
  ],
  "bugs": {
    "url": "https://github.com/hata6502/editorjs-layout/issues"
  },
  "repository": "https://github.com/hata6502/editorjs-layout",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/hata6502"
  },
  "license": "MIT",
  "author": "Tomoyuki Hata <hato6502@gmail.com>",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "webpack",
    "test": "tsc --noEmit"
  },
  "dependencies": {
    "@editorjs/editorjs": "^2.19.1"
  },
  "devDependencies": {
    "@types/uuid": "^8.3.0",
    "ionicons": "^5.3.0",
    "ts-loader": "^8.0.14",
    "typescript": "^4.1.3",
    "uuid": "^8.3.2",
    "webpack": "^5.17.0",
    "webpack-cli": "^4.4.0"
  },
  "release": {
    "branches": [
      "+([0-9])?(.{+([0-9]),x}).x",
      "main",
      "next",
      "next-major",
      {
        "name": "beta",
        "prerelease": true
      },
      {
        "name": "alpha",
        "prerelease": true
      }
    ]
  }
}
