-
Notifications
You must be signed in to change notification settings - Fork 141
/
package-old.json
92 lines (92 loc) · 2.06 KB
/
package-old.json
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "morpheus",
"version": "0.0.2",
"build": {
"productName": "Morpheus",
"appId": "org.morpheus.client",
"buildVersion": "${version}-${new Date().getTime()}",
"icon": "mtn.icns"
},
"dmg": {
"arch": [
"x64"
],
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications",
"icon": "mtn.icns"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"mac": {
"target": "dmg",
"arch": ["x64"],
"icon": "mtn.icns",
"dmg": {
"arch": ["x64"],
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications",
"icon": "mtn.icns"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
}
},
"description": "Morpheus is Local Sovereign AI for The People",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"make64": "electron-forge make --arch=x64"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MorpheusAIs/Morpheus.git"
},
"keywords": [
"Local",
"Sovereign",
"AI"
],
"author": "Morpheus",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/MorpheusAIs/Morpheus/issues"
},
"homepage": "https://github.com/MorpheusAIs/Morpheus#readme",
"devDependencies": {
"@electron-forge/cli": "^6.4.2",
"@electron-forge/maker-deb": "^6.4.2",
"@electron-forge/maker-rpm": "^6.4.2",
"@electron-forge/maker-squirrel": "^6.4.2",
"@electron-forge/maker-zip": "^6.4.2",
"@electron-forge/plugin-auto-unpack-natives": "^6.4.2",
"electron": "^27.0.2",
"electron-builder": "^24.6.4",
"electron-osx-sign": "^0.6.0"
},
"dependencies": {
"dotenv": "^16.3.1",
"electron-squirrel-startup": "^1.0.0",
"ollama": "^0.2.1",
"osx-sign": "^0.1.1"
}
}