You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monaco-editor/samples/browser-esm-parcel/package.json

11 lines
158 B
JSON

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