{ "name": "monaco-editor-webpack-plugin", "version": "6.0.0", "description": "A webpack plugin for the Monaco Editor", "main": "out/index.js", "typings": "./out/index.d.ts", "scripts": { "smoketest": "node ./node_modules/webpack/bin/webpack.js --config smoketest/webpack.config.js --progress", "smoketest-cross-origin": "node ./node_modules/webpack/bin/webpack.js --config smoketest/webpack-cross-origin.config.js --progress", "watch": "tsc -w -p tsconfig.json", "compile": "tsc -p tsconfig.json", "import-editor": "node ./scripts/import-editor.js", "prepublishOnly": "npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/microsoft/monaco-editor.git" }, "keywords": [ "webpack", "monaco", "editor", "loader" ], "author": "Microsoft Corporation", "license": "MIT", "bugs": { "url": "https://github.com/microsoft/monaco-editor/issues" }, "homepage": "https://github.com/microsoft/monaco-editor#readme", "peerDependencies": { "webpack": "^4.5.0 || 5.x", "monaco-editor": "0.30.x" }, "devDependencies": { "css-loader": "^6.5.1", "file-loader": "^6.2.0", "glob": "^7.2.0", "monaco-editor": "^0.30.1", "style-loader": "^3.3.1", "typescript": "^4.4.4", "webpack": "^5.64.1", "webpack-cli": "^4.9.1" }, "dependencies": { "loader-utils": "^3.2.0" } }