{ "name": "monaco-languages", "version": "1.4.1", "description": "Bundle of many languages for the Monaco Editor.", "scripts": { "compile": "mrmdir ./release && tsc -p ./src/tsconfig.json && tsc -p ./src/tsconfig.esm.json", "watch": "tsc -p ./src --watch", "test": "mocha", "prepublish": "npm run compile && node ./scripts/bundle" }, "author": "Microsoft Corporation", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Microsoft/monaco-languages" }, "bugs": { "url": "https://github.com/Microsoft/monaco-languages/issues" }, "devDependencies": { "jsdom-no-contextify": "^3.1.0", "mocha": "^5.2.0", "monaco-editor-core": "0.14.1", "monaco-plugin-helpers": "^1.0.2", "requirejs": "^2.3.5", "typescript": "3.0.1", "uglify-js": "^3.4.7" } }