-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "fudge",
"version": "1.0.0",
"description": "Furtwangen University Didactic Game Editor (FUDGE)",
"main": "index.js",
"scripts": {
"start": "electron Editor/Electron",
"build": "electron-packager Editor/Electron FUDGE --icon=Miscellaneous/Logo/Fudge_360.png --overwrite --all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hs-furtwangen/FUDGE.git"
},
"keywords": [
"FUDGE"
],
"author": "Jirka Dell'Oro-Friedl",
"license": "ISC",
"bugs": {
"url": "https://github.com/hs-furtwangen/FUDGE/issues"
},
"homepage": "https://github.com/hs-furtwangen/FUDGE#readme",
"dependencies": {
"@electron/remote": "^2.1.2",
"@types/node": "^20.12.8",
"@types/webxr": "^0.5.16",
"@types/ws": "^8.5.10",
"electron": "^30.0.2",
"webrtc-adapter": "^9.0.1",
"websocket": "^1.0.34",
"ws": "^8.17.1"
},
"devDependencies": {
"@stylistic/eslint-plugin-ts": "^2.8.0",
"eslint": "^9.11.1",
"typedoc": "^0.25.13",
"typedoc-plugin-merge-modules": "^5.1.0",
"typescript": "^5.4.5",
"typescript-eslint": "^8.8.0"
}
}