-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 744 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 744 Bytes
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
{
"name": "monaco-editor-esm-webpack-plugin",
"version": "2.1.0",
"description": "The webpack's plugin for monaco editor to compile the worker and handle with localization",
"keywords": [
"webpack",
"monaco",
"monaco editor",
"localization",
"localize",
"vscode",
"nls"
],
"main": "index.js",
"repository": "[email protected]:wang12124468/monaco-editor-esm-webpack-plugin.git",
"author": "xiaoyong <[email protected]>",
"license": "MIT",
"peerDependencies": {
"monaco-editor": "*",
"monaco-editor-nls": "*",
"monaco-editor-webpack-plugin": "*",
"webpack": "*"
},
"devDependencies": {
"monaco-editor-webpack-plugin": "*",
"monaco-editor-nls": "*",
"webpack": "*"
}
}