-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "multiplayer-mod-manager",
"version": "3.0.0",
"description": "A manager for the multiplayer mod.",
"main": "src/index.js",
"scripts": {
"start": "tsc && electron ./dist/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/software-inc-multiplayer/Manager.git"
},
"keywords": [
"Manager",
"API",
"Electron",
"SoftwareInc",
"Software",
"Inc",
"Multiplayer",
"DLLMod",
"Mod"
],
"author": "CyaCal and daRedLoCo",
"license": "ISC",
"bugs": {
"url": "https://github.com/software-inc-multiplayer/Manager/issues"
},
"homepage": "https://github.com/software-inc-multiplayer/Manager#readme",
"devDependencies": {
"generate-gitignore": "^0.2.6"
},
"dependencies": {
"app-root-path": "^3.0.0",
"electron": "^10.1.2",
"electron-localshortcut": "^3.2.1",
"electron-settings": "^4.0.2",
"electron-splashscreen": "^1.0.0",
"is-online": "^8.4.0",
"jquery": "^3.5.1",
"jquery-validation": "^1.19.2",
"open": "^7.3.0",
"regedit": "^3.0.3",
"request": "^2.88.2",
"sweetalert2": "^10.3.5"
}
}