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

37 lines
949 B
JSON

{
"name": "monaco-editor-webpack-plugin",
"version": "1.3.0",
"description": "A webpack plugin for the Monaco Editor",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/webpack/bin/webpack.js --config test/webpack.config.js"
},
"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",
"peerDependencies": {
"webpack": "^4.5.0",
"monaco-editor": "^0.13.1"
},
"devDependencies": {
"css-loader": "^0.28.11",
"monaco-editor": "^0.13.1",
"style-loader": "^0.21.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.14"
}
}