fdedcf53bb
Basic checks / Compilation, Unit and Integration Tests (push) Has been cancelled
Basic checks / Hygiene and Layering (push) Has been cancelled
Basic checks / Warm up node modules cache (push) Has been cancelled
Check Format and Lint / lint-and-format (push) Has been cancelled
18 lines
439 B
JSON
18 lines
439 B
JSON
{
|
|
"name": "monaco-editor-core",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"description": "A browser based code editor",
|
|
"author": "Microsoft Corporation",
|
|
"license": "MIT",
|
|
"typings": "./esm/vs/editor/editor.api.d.ts",
|
|
"module": "./esm/vs/editor/editor.main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/vscode"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/microsoft/vscode/issues"
|
|
}
|
|
}
|