-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.42 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
46
47
48
49
50
51
{
"name": "joycast",
"version": "1.0.4",
"description": "Turn your phones into joysticks; play single and multiplayer games!",
"repository": {
"type": "git",
"url": "git+https://github.com/zenineasa/joycast.git"
},
"type": "module",
"main": "index.mjs",
"scripts": {
"start": "electron .",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish"
},
"bin": {
"my-startup-command": "./npx.js"
},
"keywords": [
"joycast",
"virtual",
"joystick",
"phone",
"gaming",
"multiplayer",
"electron"
],
"author": "zenineasa",
"license": "AGPLV3",
"dependencies": {
"@meadowsjared/robotjs": "^0.6.26",
"ejs": "^3.1.10",
"express": "^4.19.2",
"electron": "^32.0.1",
"qrcode": "^1.5.4",
"update-electron-app": "^3.0.0"
},
"devDependencies": {
"@electron-forge/cli": "^7.4.0",
"@electron-forge/maker-deb": "^7.4.0",
"@electron-forge/maker-dmg": "^7.4.0",
"@electron-forge/maker-rpm": "^7.4.0",
"@electron-forge/maker-squirrel": "^7.4.0",
"@electron-forge/maker-zip": "^7.4.0",
"@electron-forge/publisher-github": "^7.4.0",
"copyright-header": "^0.4.6",
"eslint": "^9.9.1",
"eslint-config-google": "^0.14.0"
}
}