-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.19 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
{
"name": "micropython-installer",
"version": "1.4.0",
"description": "A tool to flash MicroPython onto supported Arduino boards.",
"main": "main.js",
"directories": {
"lib": "lib"
},
"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-installer.git"
},
"keywords": [
"MicroPython"
],
"author": "Arduino",
"license": "ISC",
"bugs": {
"url": "https://github.com/arduino/lab-micropython-installer/issues"
},
"homepage": "https://github.com/arduino/lab-micropython-installer#readme",
"dependencies": {
"electron-squirrel-startup": "^1.0.0",
"firmware-flash": "file:firmware-flash",
"update-electron-app": "^2.0.1"
},
"devDependencies": {
"@electron-forge/cli": "^6.2.1",
"@electron-forge/maker-deb": "^6.1.1",
"@electron-forge/maker-squirrel": "^6.1.1",
"@electron-forge/maker-zip": "^6.1.1",
"@electron-forge/publisher-github": "^6.1.1",
"electron": "^23.1.3"
}
}