-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 970 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
42
{
"name": "@nukeviet/ckeditor5-nvmedia",
"version": "41.2.0",
"description": "Insert audio and media for NukeViet.",
"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-ui": "41.2.0",
"@ckeditor/ckeditor5-utils": "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-nvmedia.git"
},
"files": [
"lang",
"src",
"theme",
"build"
],
"scripts": {
"build": "tsc -p ./tsconfig.json"
}
}