{
  "name": "@yoopta/blockquote",
  "version": "4.6.9",
  "description": "Blockquote plugin for Yoopta Editor",
  "author": "Darginec05 <devopsbanda@gmail.com>",
  "homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
  "license": "MIT",
  "private": false,
  "main": "dist/index.js",
  "type": "module",
  "module": "dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "peerDependencies": {
    "@yoopta/editor": ">=4.0.0",
    "react": ">=17.0.2",
    "react-dom": ">=17.0.2"
  },
  "publishConfig": {
    "registry": "https://registry.yarnpkg.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Darginec05/Editor-Yoopta.git"
  },
  "scripts": {
    "test": "node ./__tests__/yoopta-blockquote.test.js",
    "start": "rollup --config rollup.config.js --watch --bundleConfigAsCjs --environment NODE_ENV:development",
    "prepublishOnly": "yarn build",
    "build": "rollup --config rollup.config.js --bundleConfigAsCjs --environment NODE_ENV:production"
  },
  "bugs": {
    "url": "https://github.com/Darginec05/Editor-Yoopta/issues"
  },
  "gitHead": "e6eb1df8a0a59cebe0a1f65c8d99419ebaef1416"
}
