forked from CreatorsTF/community-launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "creators-tf-launcher",
"version": "0.0.5",
"description": "An easier way to install, update and play TF2 content.",
"main": "main.js",
"scripts": {
"start": "electron .",
"buildwindows": "electron-builder build --win --x64 --ia32 --publish never",
"buildlinux": "electron-builder build --linux deb tar.gz --publish never",
"deploy": "electron-builder build --win --x64 --ia32 --publish always"
},
"keywords": [
"TF2",
"Creators.TF",
"Team Fortress"
],
"author": {
"name": "Creators.TF",
"email": "[email protected]",
"url": "https://creators.tf/launcher"
},
"repository": {
"type": "git",
"url": "https://github.com/ampersoftware/Creators.TF-Community-Launcher.git"
},
"license": "MIT",
"devDependencies": {
"electron": "^8.5.0",
"electron-builder": "^22.8.0"
},
"dependencies": {
"@mdi/font": "^5.4.55",
"electron-log": "^4.2.2",
"electron-progressbar": "^1.2.0",
"electron-updater": "^4.3.4",
"jszip": "^3.5.0"
}
}