-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 996 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 996 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
35
36
37
38
{
"name": "roplat-gui",
"version": "1.0.0",
"description": "GUI of roplat",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"start-gui": "cd gui && pnpm start",
"build": "cd gui && pnpm build && cd .. && electron-builder --win --x64"
},
"author": "Fuyuki",
"license": "MIT",
"build": {
"extends": null,
"appId": "com.example.roplat-gui",
"copyright": "JZ Yan",
"productName": "roplat-gui",
"directories": {
"output": "dist"
},
"win": {
"icon": "./anon.ico",
"target": [
"portable"
]
}
},
"devDependencies": {
"@types/react-color": "^3.0.13",
"electron": "^36.0.0",
"electron-builder": "^24.6.3"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
"dependencies": {
"uuid": "^11.1.0"
}
}