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

38 lines
976 B
JSON

7 years ago
{
"name": "monaco-editor-webpack-plugin",
6 years ago
"version": "1.6.0",
7 years ago
"description": "A webpack plugin for the Monaco Editor",
"main": "index.js",
"typings": "./index.d.ts",
7 years ago
"scripts": {
"test": "node ./node_modules/webpack/bin/webpack.js --config test/webpack.config.js"
7 years ago
},
"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",
6 years ago
"monaco-editor": "^0.15.1"
},
"devDependencies": {
6 years ago
"css-loader": "^1.0.1",
"monaco-editor": "^0.15.1",
"style-loader": "^0.23.1",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
}
7 years ago
}