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

30 lines
833 B
JSON

{
"name": "monaco-languages",
"version": "1.8.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": "^15.2.1",
"mocha": "^6.2.2",
"monaco-editor-core": "0.18.1",
"monaco-plugin-helpers": "^1.0.2",
"requirejs": "^2.3.6",
"typescript": "3.7.3",
"terser": "^4.4.3"
}
}