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
836 B
JSON

{
"name": "monaco-languages",
"version": "1.7.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.1.1",
"mocha": "^6.1.4",
"monaco-editor-core": "0.17.0",
"monaco-plugin-helpers": "^1.0.2",
"requirejs": "^2.3.6",
"typescript": "3.5.3",
"uglify-js": "^3.6.0"
}
}