monaco-editor/samples/browser-esm-parcel/package.json

11 lines
158 B
JSON

{
"name": "helloworld",
"scripts": {
"start": "parcel ./src/index.html"
},
"devDependencies": {
"monaco-editor": "^0.32.0",
"parcel": "^2.2.1"
}
}