{ "name": "monaco-editor-webpack-plugin", "version": "1.0.0", "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", "dependencies": { "webpack": "^4.5.0" } }