-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 995 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
35
36
37
38
39
40
{
"name": "homegames",
"version": "1.0.0",
"description": "Play games at home",
"main": "index.js",
"bin": "index.js",
"dependencies": {
"electron-log": "^4.4.8",
"homegames-common": "1.4.2",
"homegames-core": "1.4.3",
"homegames-web": "1.4.2"
},
"devDependencies": {
"electron": "^25.4.0",
"webpack": "^5.13.0",
"webpack-cli": "^4.3.1"
},
"build": {
"appId": "homegames",
"mac": {
"category": "ayylmao",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"type": "distribution"
}
},
"scripts": {
"build": "./node_modules/webpack-cli/bin/cli.js --config node_modules/homegames-web/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/homegamesio/homegames.git"
},
"author": "Joseph Garcia",
"license": "ISC",
"bugs": {
"url": "https://github.com/homegamesio/homegames/issues"
},
"homepage": "https://github.com/homegamesio/homegames#readme"
}