-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.31 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.31 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
{
"name": "smith",
"version": "2.0.0",
"description": "A comprehensive metallurgical guide and bladesmithing resource",
"main": "src/main/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GuildMasterDev/Smith.git"
},
"keywords": [
"metallurgy",
"bladesmithing",
"blacksmithing",
"forging",
"damascus"
],
"author": "GuildMaster Development",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/GuildMasterDev/Smith/issues"
},
"homepage": "https://github.com/GuildMasterDev/Smith#readme",
"devDependencies": {
"@electron-forge/cli": "^7.11.1",
"@electron-forge/maker-deb": "^7.11.1",
"@electron-forge/maker-rpm": "^7.11.1",
"@electron-forge/maker-squirrel": "^7.11.1",
"@electron-forge/maker-zip": "^7.11.1",
"@electron-forge/plugin-auto-unpack-natives": "^7.11.1",
"@electron-forge/plugin-fuses": "^7.11.1",
"@electron-forge/plugin-vite": "^7.11.1",
"@electron/fuses": "^1.8.0",
"electron": "^41.2.1",
"typescript": "^6.0.2"
},
"dependencies": {
"electron-squirrel-startup": "^1.0.1"
}
}