{
  "name": "@canburaks/text-align-editorjs",
  "version": "1.1.0",
  "main": "dist/text-align.cjs.js",
  "module": "dist/text-align.esm.js",
  "browser": "dist/text-align.umd.js",
  "dependencies": {},
  "devDependencies": {
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "rollup": "^2.58.0"
  },
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "node test/test.js",
    "pretest": "npm run build"
  },
  "files": [
    "dist"
  ],
  "description": "Inline text-align plugin for editorjs.",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/canburaks/text-align-editorjs.git"
  },
  "keywords": [
    "editorjs",
    "editor-js"
  ],
  "author": "Can Burak Sofyalıoğlu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/canburaks/text-align-editorjs/issues"
  },
  "homepage": "https://github.com/canburaks/text-align-editorjs#readme"
}
