mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-20 05:17:19 +00:00
26 lines
627 B
JSON
26 lines
627 B
JSON
{
|
|
"name": "arduino-editor",
|
|
"version": "0.0.3",
|
|
"description": "Arduino Pro IDE",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/bcmi-labs/arduino-editor.git",
|
|
"author": "Arduino SA",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"lerna": "^3.13.3"
|
|
},
|
|
"scripts": {
|
|
"prepare": "lerna run prepare",
|
|
"rebuild:browser": "theia rebuild:browser",
|
|
"rebuild:electron": "theia rebuild:electron",
|
|
"start": "yarn --cwd ./browser-app start",
|
|
"watch": "lerna run watch --parallel"
|
|
},
|
|
"workspaces": [
|
|
"arduino-ide-extension",
|
|
"electron-app",
|
|
"browser-app"
|
|
]
|
|
}
|