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
1.1 KiB
JSON

{
"name": "monaco-json",
"version": "1.2.2",
"description": "JSON plugin for the Monaco Editor",
"scripts": {
"compile": "gulp compile",
"watch": "gulp watch",
"prepublish": "gulp release",
"install-service-next": "npm install vscode-json-languageservice@next -f -D && npm install vscode-languageserver-types@next -f -D",
"install-service-local": "npm install ../vscode-json-languageservice -f -D && npm install ../vscode-languageserver-node/types -f -D"
},
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/monaco-json"
},
"bugs": {
"url": "https://github.com/Microsoft/monaco-json/issues"
},
"devDependencies": {
"event-stream": "^3.3.2",
"gulp": "^3.9.1",
"gulp-requirejs": "^0.1.3",
"gulp-tsb": "^2.0.0",
"gulp-uglify": "^1.5.3",
"merge-stream": "^1.0.0",
"monaco-editor-core": "^0.8.2",
"monaco-languages": "^0.7.0",
"object-assign": "^4.1.0",
"rimraf": "^2.5.2",
"typescript": "^2.3.4",
"vscode-json-languageservice": "^2.0.11",
"vscode-languageserver-types": "^3.3.0-alpha.1"
}
}