@esi_package/ckeditor5-export ============================= This package was created by the [ckeditor5-package-generator](https://www.npmjs.com/package/ckeditor5-package-generator) package. ## Table of contents * [Developing the package](#developing-the-package) * [Available scripts](#available-scripts) * [`start`](#start) * [`test`](#test) * [`lint`](#lint) * [`stylelint`](#stylelint) * [`build:dist`](#builddist) * [`translations:synchronize`](#translationssynchronize) * [`translations:validate`](#translationsvalidate) * [`ts:build` and `ts:clear`](#tsbuild-and-tsclear) * [License](#license) ## Developing the package To read about the CKEditor 5 Framework, visit the [CKEditor 5 Framework documentation](https://ckeditor.com/docs/ckeditor5/latest/framework/index.html). ## Available scripts NPM scripts are a convenient way to provide commands in a project. They are defined in the `package.json` file and shared with people contributing to the project. It ensures developers use the same command with the same options (flags). All the scripts can be executed by running `npm run