mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-20 13:27:18 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "arduino-editor",
|
|
"version": "0.1.1",
|
|
"description": "Arduino Pro IDE",
|
|
"repository": "https://github.com/bcmi-labs/arduino-editor.git",
|
|
"author": "Arduino SA",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=10.11.0 <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",
|
|
"arduino-debugger-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"
|
|
}
|
|
}
|