UNPKG

926 BJSONView Raw
1{
2 "name": "@ckeditor/ckeditor5-dev-webpack-plugin",
3 "version": "31.1.13",
4 "description": "CKEditor 5 plugin for webpack.",
5 "keywords": [],
6 "main": "lib/index.js",
7 "dependencies": {
8 "@ckeditor/ckeditor5-dev-utils": "^31.1.13",
9 "chalk": "^4.0.0",
10 "rimraf": "^3.0.2",
11 "webpack-sources": "^2.0.1"
12 },
13 "devDependencies": {
14 "chai": "^4.2.0",
15 "proxyquire": "^2.1.3",
16 "sinon": "^9.2.4"
17 },
18 "engines": {
19 "node": ">=14.0.0",
20 "npm": ">=5.7.1"
21 },
22 "files": [
23 "lib"
24 ],
25 "author": "CKSource (http://cksource.com/)",
26 "license": "GPL-2.0-or-later",
27 "homepage": "https://github.com/ckeditor/ckeditor5-dev/tree/master/packages/ckeditor5-dev-webpack-plugin",
28 "bugs": "https://github.com/ckeditor/ckeditor5/issues",
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/ckeditor/ckeditor5-dev.git",
32 "directory": "packages/ckeditor5-dev-webpack-plugin"
33 }
34}