-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.29 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.29 KB
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
49
50
51
52
{
"name": "uprooted",
"version": "0.7.1",
"description": "A video game for friends.",
"author": "Haunted Bees Productions <fench@hauntedbees.com> (https://www.hauntedbees.com/)",
"license": "AGPL-3.0-or-later",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"build": {
"appId": "com.hauntedbees.uprooted",
"productName": "Uprooted: Meal Replacement Game",
"copyright": "Copyright © 2021 Haunted Bees Productions",
"files": [
"indexapp.html",
"img/**",
"imggb/**",
"imghq4x/**",
"imgs4x/**",
"main.js",
"out.js",
"styles/**",
"sound/**"
]
},
"devDependencies": {
"clamp-palette": "^0.1.0",
"csv-parser": "^3.0.0",
"electron": "^11.2.3",
"electron-builder": "^22.9.1",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^8.1.0",
"get-pixels": "^3.3.2",
"gulp": "^4.0.2",
"gulp-foreach": "^0.1.0",
"imagemin": "^7.0.1",
"imagemin-pngquant": "^9.0.1",
"merge-images": "^2.0.0",
"node-stream-zip": "^1.13.0",
"openraster-export": "^1.3.0",
"sharp": "^0.27.1",
"uglify-es": "^3.3.9",
"uglify-js": "^3.13.0",
"xml2js": "^0.4.23"
},
"dependencies": {
"electron-store": "^7.0.1"
}
}