mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +01:00
10 lines
158 B
JSON
10 lines
158 B
JSON
{
|
|
"name": "helloworld",
|
|
"scripts": {
|
|
"start": "parcel ./src/index.html"
|
|
},
|
|
"devDependencies": {
|
|
"monaco-editor": "^0.32.0",
|
|
"parcel": "^2.2.1"
|
|
}
|
|
}
|