-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 940 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
{
"name": "lotr-desktop",
"productName": "Land of the Rair",
"version": "3.0.2",
"description": "Land of the Rair Desktop Client",
"main": "src/index.js",
"repository": {
"url": "https://github.com/LandOfTheRair/desktop"
},
"scripts": {
"start": "electron . --serve",
"build": "electron-builder build --publish=never",
"bump:patch": "npm version patch -m \"Release Patch %s\"",
"bump:minor": "npm version minor -m \"Release Minor %s\"",
"bump:major": "npm version major -m \"Release Major %s\""
},
"keywords": [],
"author": {
"name": "Kyle Kemp",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"discord-rpc": "^4.0.1",
"electron-config": "^2.0.0",
"electron-squirrel-startup": "^1.0.1",
"electron-updater": "^6.3.4",
"lodash.startcase": "^4.4.0"
},
"devDependencies": {
"electron": "32.1.2",
"electron-builder": "^25.0.5"
}
}