{
  "name": "ckeditor5-elfinder",
  "version": "1.1.1",
  "description": "Set of libraries to integrate ckeditor5 and elfinder into the website",
  "main": "webpack.config.js",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0",
    "build": "webpack"
  },
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "glob": "^11.0.0",
    "webpack": "^5.95.0",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "ckeditor5": "^43.2.0"
  }
}
