{ "private": true, "name": "electron-app", "version": "0.1.0", "license": "MIT", "main": "src-gen/frontend/electron-main.js", "dependencies": { "@theia/core": "next", "@theia/debug": "next", "@theia/editor": "next", "@theia/electron": "next", "@theia/file-search": "next", "@theia/filesystem": "next", "@theia/languages": "next", "@theia/messages": "next", "@theia/monaco": "next", "@theia/navigator": "next", "@theia/plugin-ext": "next", "@theia/plugin-ext-vscode": "next", "@theia/preferences": "next", "@theia/process": "next", "@theia/terminal": "next", "@theia/workspace": "next", "arduino-ide-extension": "0.1.0", "arduino-debugger-extension": "0.1.0" }, "devDependencies": { "@theia/cli": "next" }, "scripts": { "prepare": "theia build --mode development", "start": "theia start --plugins=local-dir:../plugins", "watch": "theia build --watch --mode development" }, "theia": { "target": "electron", "frontend": { "config": { "applicationName": "Arduino Pro IDE", "defaultTheme": "arduino-theme", "preferences": { "editor.autoSave": "on", "editor.minimap.enabled": false, "editor.tabSize": 2, "editor.scrollBeyondLastLine": false } } }, "backend": { "config": { "configDirName": ".arduinoProIDE" } }, "generator": { "config": { "preloadTemplate": "
" } } } }