monaco-editor/samples/browser-esm-parcel/package.json
2022-02-03 22:43:53 +01:00

10 lines
158 B
JSON

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