{
    "name": "tinymce-vue-plugins",
    "version": "2.0.3",
    "description": "tinymce-vue A set of extension plugins for the rich text compiler",
    "main": "dist/index.cjs.js",
    "module": "dist/index.es.js",
    "author": "changyi",
    "license": "MIT",
    "publishConfig": {
        "registry": "https://registry.npmjs.org/"
    },
    "repository": {
        "type": "git",
        "url": "ssh://git@github.com:changyiyi1016/tinymce-vue-plugins.git"
    },
    "bugs": {
        "url": "https://github.com/changyiyi1016/tinymce-vue-plugins/issues"
    },
    "homepage": "https://github.com/changyiyi1016/tinymce-vue-plugins/#readme",
    "scripts": {
        "bootstrap": "pnpm install",
        "build": "vue-tsc --noEmit && vite build",
        "build:no-cache": "pnpm clean:cache && npm run build"
    },
    "keywords": [
        "tinymce-plugins",
        "plugin",
        "attachment"
    ]
}