vscode/build/monaco/package.json

18 lines
439 B
JSON
Raw Normal View History

2016-05-31 14:29:52 +00:00
{
"name": "monaco-editor-core",
"private": true,
"version": "0.0.0",
2016-05-31 14:29:52 +00:00
"description": "A browser based code editor",
"author": "Microsoft Corporation",
"license": "MIT",
2018-04-11 11:51:47 +00:00
"typings": "./esm/vs/editor/editor.api.d.ts",
2018-03-08 10:54:45 +00:00
"module": "./esm/vs/editor/editor.main.js",
"repository": {
"type": "git",
2020-09-15 23:13:49 +00:00
"url": "https://github.com/microsoft/vscode"
},
2018-04-11 11:51:47 +00:00
"bugs": {
2020-09-15 23:13:49 +00:00
"url": "https://github.com/microsoft/vscode/issues"
}
2016-05-31 14:29:52 +00:00
}