-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 832 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 832 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
{
"name": "temtemcounter",
"version": "2.0.0",
"description": "Encounter your Luma temtem with TemtemCounter",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-packager . TemtemCounter --platform win32 --arch x64 --out --icon=icons/Temtem.ico dist/",
"setup": "electron-installer-windows --src ./TemtemCounter-win32-x64/ --dest dist/installers/ --icon=./icons/Temtem.ico"
},
"author": "MrxDev",
"license": "ISC",
"devDependencies": {
"electron": "^12.0.7",
"electron-installer-windows": "^3.0.0",
"electron-packager": "^15.2.0",
"electron-wix-msi": "^3.2.0"
},
"dependencies": {
"electron-localshortcut": "^3.2.1",
"electron-log": "^4.3.5",
"electron-squirrel-startup": "^1.0.0",
"electron-winstaller": "^5.0.0",
"path": "^0.12.7"
}
}