mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
8 lines
196 B
JSON
8 lines
196 B
JSON
{
|
|
"name": "electron-esm-webpack",
|
|
"main": "./main",
|
|
"scripts": {
|
|
"build": "node ../node_modules/webpack/bin/webpack.js --progress",
|
|
"execute": "node ../node_modules/electron/cli.js ."
|
|
}
|
|
}
|