{ "name": "monaco-languages", "version": "1.6.0", "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", "prepublishOnly": "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": "^13.0.0", "mocha": "^5.2.0", "monaco-editor-core": "0.15.0", "monaco-plugin-helpers": "^1.0.2", "requirejs": "^2.3.6", "typescript": "3.1.6", "uglify-js": "^3.4.9" } }