-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "joy-presenter",
"version": "0.1.4",
"description": "Make Joy-Con to a powerful presentation clicker",
"main": "main.js",
"repository": {
"type": "git",
"url": "https://github.com/maruta/joy-presenter.git"
},
"scripts": {
"start": "electron .",
"dist": "electron-builder"
},
"author": {
"name": "Ichiro Maruta",
"email": "[email protected]",
"url": "https://control.kuaero.kyoto-u.ac.jp/~maruta/"
},
"license": "Apache-2.0",
"build": {
"appId": "net.marutank.joy-presenter",
"win": {
"target": "portable",
"icon": "build/icon-512x512.png"
},
"mac": {
"target": "zip"
}
},
"devDependencies": {
"electron": "^23.1.3",
"electron-builder": "^23.0.3",
"electron-rebuild": "^3.2.7",
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-standard": "^5.0.0"
},
"dependencies": {
"@nut-tree/nut-js": "^3.1.1"
}
}