{
  "name": "@yoopta/embed",
  "version": "6.0.2",
  "description": "Embed plugin for Yoopta Editor",
  "author": "Darginec05 <devopsbanda@gmail.com>",
  "homepage": "https://github.com/Darginec05/Yoopta-Editor#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "type": "module",
  "module": "dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "peerDependencies": {
    "@yoopta/editor": "6.0.2",
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Darginec05/Yoopta-Editor.git"
  },
  "scripts": {
    "test": "node ./__tests__/yoopta-embed.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/Yoopta-Editor/issues"
  },
  "gitHead": "0c1eed956a263573e6aff9bdf58dcaf834deadf5"
}
