-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 995 Bytes
/
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
{
"name": "Didaktik Gama Zero Player",
"version": "1.3b",
"description": "Projection version of didaktik Gama (no roguelike section)",
"main": "main.js",
"scripts": {
"start": "electron .",
"package": "electron-packager . Didaktic_Gama --platform=win32,darwin --arch=x64 --out=dist",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wysiwyggins/Console.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wysiwyggins/Console/issues"
},
"dependencies": {
"@serialport/bindings": "^8.0.8",
"express": "^4.17.1",
"inkjs": "^2.2.4",
"node-osc": "^4.0.2",
"onoff": "^6.0.0",
"open": "^8.0.4",
"socket.io": "^4.0.0"
},
"homepage": "https://github.com/wysiwyggins/Didaktik-Gama#readme",
"devDependencies": {
"electron": "^30.0.3",
"electron-packager": "^17.1.2"
}
}