-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "micropython-package-installer",
"version": "1.0.0-preview.3",
"description": "A tool to install MicroPython packages onto supported Arduino boards.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arduino/lab-micropython-package-installer.git"
},
"keywords": [
"MicroPython"
],
"author": {
"name": "Sebastian Romero",
"email": "[email protected]",
"url": "https://github.com/sebromero"
},
"maintainers": [
{
"name": "Arduino",
"email": "[email protected]"
}
],
"license": "ISC",
"devDependencies": {
"@electron-forge/cli": "^7.5.0",
"@electron-forge/maker-deb": "^7.5.0",
"@electron-forge/maker-squirrel": "^7.5.0",
"@electron-forge/maker-zip": "^7.5.0",
"@electron-forge/publisher-github": "^7.5.0",
"electron": "^31.3.1"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.1",
"update-electron-app": "^3.0.0",
"upy-package": "github:arduino/upy-package"
}
}