@ckeditor/ckeditor5-dev-webpack-plugin
Version:
CKEditor 5 plugin for webpack.
35 lines (34 loc) • 926 B
JSON
{
"name": "@ckeditor/ckeditor5-dev-webpack-plugin",
"version": "31.1.13",
"description": "CKEditor 5 plugin for webpack.",
"keywords": [],
"main": "lib/index.js",
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^31.1.13",
"chalk": "^4.0.0",
"rimraf": "^3.0.2",
"webpack-sources": "^2.0.1"
},
"devDependencies": {
"chai": "^4.2.0",
"proxyquire": "^2.1.3",
"sinon": "^9.2.4"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=5.7.1"
},
"files": [
"lib"
],
"author": "CKSource (http://cksource.com/)",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/ckeditor/ckeditor5-dev/tree/master/packages/ckeditor5-dev-webpack-plugin",
"bugs": "https://github.com/ckeditor/ckeditor5/issues",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor5-dev.git",
"directory": "packages/ckeditor5-dev-webpack-plugin"
}
}