{ "name": "arduino-editor", "version": "0.1.3", "description": "Arduino Pro IDE", "repository": "https://github.com/bcmi-labs/arduino-editor.git", "author": "Arduino SA", "license": "MIT", "private": true, "engines": { "node": ">=12.14.1 <13" }, "devDependencies": { "@theia/cli": "next", "cross-env": "^7.0.2", "lerna": "^3.20.2", "rimraf": "^2.6.1", "tslint": "^5.5.0", "typescript": "^3.9.2" }, "scripts": { "prepare": "cross-env THEIA_ELECTRON_SKIP_REPLACE_FFMPEG=1 lerna run prepare && yarn download:plugins", "rebuild:browser": "theia rebuild:browser", "rebuild:electron": "theia rebuild:electron", "start": "yarn --cwd ./electron-app start", "watch": "lerna run watch --parallel", "test": "lerna run test", "download:plugins": "theia download:plugins" }, "workspaces": [ "arduino-ide-extension", "electron-app", "browser-app" ], "theiaPluginsDir": "plugins", "theiaPlugins": { "vscode-builtin-cpp": "http://open-vsx.org/api/vscode/cpp/1.44.2/file/vscode.cpp-1.44.2.vsix", "vscode-arduino-language-server": "https://downloads.arduino.cc/vscode-arduino-language-server/nightly/vscode-arduino-language-server-0.0.1.vsix", "cortex-debug": "https://open-vsx.org/api/marus25/cortex-debug/0.3.7/file/marus25.cortex-debug-0.3.7.vsix" } }