9 lines
196 B
JSON
9 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 ."
|
||
|
}
|
||
|
}
|