[update] package.json

This commit is contained in:
ocogeclub 2021-12-23 22:44:55 +09:00
parent 7d3aa3a0d8
commit 7c545f8825

View File

@ -4,7 +4,7 @@
"description": "\"大岩産 Code Generator\" は、Google Blockly ライブラリを使用した、Raspberry Pi 上で動作するブロックプログラム開発・実行環境です。",
"main": "main.js",
"scripts": {
"install": "npm install --legacy-peer-deps",
"build": "npm install --legacy-peer-deps",
"start": "electron .",
"rebuild": "electron-rebuild"
},