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

9 years ago
{
"name": "monaco-languages",
7 years ago
"version": "1.5.1",
9 years ago
"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",
7 years ago
"prepublish": "npm run compile && node ./scripts/bundle"
9 years ago
},
"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": "^11.12.0",
7 years ago
"mocha": "^5.2.0",
"monaco-editor-core": "0.14.1",
"monaco-plugin-helpers": "^1.0.2",
7 years ago
"requirejs": "^2.3.5",
"typescript": "3.0.1",
"uglify-js": "^3.4.7"
9 years ago
}
}