-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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": "0.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/JirkaDellOro/FUDGE.git"
},
"keywords": [
"FUDGE"
],
"author": "Jirka Dell'Oro-Friedl",
"license": "ISC",
"bugs": {
"url": "https://github.com/JirkaDellOro/FUDGE/issues"
},
"homepage": "https://github.com/JirkaDellOro/FUDGE#readme",
"dependencies": {
"@electron/remote": "^2.0.10",
"@types/node": "^20.3.1",
"@types/webxr": "^0.5.2",
"@types/ws": "^8.5.5",
"electron": "^25.9.3",
"webrtc-adapter": "^8.2.3",
"websocket": "^1.0.34",
"ws": "^8.13.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"typedoc": "^0.25.13",
"typedoc-plugin-merge-modules": "^5.1.0",
"typescript": "^5.1.3"
}
}