-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@ckeditor/ckeditor5-dev-dependency-checker",
"version": "46.0.1",
"description": "Contains tools for validating dependencies specified in package.json.",
"keywords": [],
"author": "CKSource (http://cksource.com/)",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/ckeditor/ckeditor5-dev/tree/master/packages/ckeditor5-dev-dependency-checker",
"bugs": "https://github.com/ckeditor/ckeditor5/issues",
"repository": {
"type": "git",
"url": "https://github.com/ckeditor/ckeditor5-dev.git",
"directory": "packages/ckeditor5-dev-dependency-checker"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=5.7.1"
},
"type": "module",
"files": [
"bin",
"lib"
],
"bin": {
"ckeditor5-dev-dependency-checker": "bin/dependencychecker.js"
},
"dependencies": {
"@ckeditor/ckeditor5-dev-utils": "^46.0.1",
"chalk": "^5.0.0",
"depcheck": "^1.3.1",
"fs-extra": "^11.0.0",
"glob": "^10.0.0",
"minimist": "^1.2.8",
"upath": "^2.0.1"
}
}