You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monaco-editor/package.json

30 lines
743 B
JSON

7 years ago
{
"name": "monaco-editor-webpack-plugin",
7 years ago
"version": "1.1.0",
7 years ago
"description": "A webpack plugin for the Monaco Editor",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/monaco-editor-webpack-plugin.git"
},
"keywords": [
"webpack",
"monaco",
"editor",
"loader"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/monaco-editor-webpack-plugin/issues"
},
"homepage": "https://github.com/Microsoft/monaco-editor-webpack-plugin#readme",
7 years ago
"peerDependencies": {
"webpack": "^4.5.0",
"monaco-editor": "^0.12.0"
}
7 years ago
}