-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 875 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 875 Bytes
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": "geode-app",
"version": "1.0.0",
"description": "The Electron overlay app for the Geode mod loader.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack && node build-finish.js",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/gdext/geode-app.git"
},
"author": "IliasHDZ",
"license": "MIT",
"bugs": {
"url": "https://github.com/gdext/geode-app/issues"
},
"homepage": "https://github.com/gdext/geode-app#readme",
"dependencies": {
"adm-zip": "^0.5.5",
"asar": "^3.0.3",
"css-loader": "^5.2.6",
"electron-overlay-window": "^2.0.1",
"file-loader": "^6.2.0",
"style-loader": "^3.0.0",
"webpack": "^5.43.0"
},
"devDependencies": {
"electron": "^13.1.6",
"webpack-cli": "^4.7.2"
}
}