-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1000 Bytes
/
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
37
38
39
40
41
{
"name": "@nukeviet/ckeditor5-nvtools",
"version": "41.2.0",
"description": "Các công cụ hỗ trợ trong quá trình tích hợp vào NukeViet CMS.",
"keywords": [
"nukeviet",
"nukeviet 4",
"nukeviet 4.5",
"nukeviet 4.6",
"nukeviet 5",
"nukeviet ckeditor",
"nukeviet ckeditor5"
],
"type": "module",
"main": "src/index.js",
"dependencies": {
"ckeditor5": "41.2.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-core": "41.2.0",
"@ckeditor/ckeditor5-utils": "41.2.0",
"@ckeditor/ckeditor5-engine": "41.2.0",
"typescript": "5.0.4"
},
"author": "VINADES.,JSC (https://vinades.vn/)",
"license": "GPL-2.0-or-later",
"homepage": "https://nukeviet.vn/",
"bugs": "https://github.com/nukeviet/nukeviet/issues",
"repository": {
"type": "git",
"url": "https://github.com/nukeviet/ckeditor5-nvtools.git"
},
"files": [
"lang",
"src",
"build"
],
"scripts": {
"build": "tsc -p ./tsconfig.json"
}
}