-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 827 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 827 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
{
"name": "ssb-ahoy",
"version": "6.1.1",
"description": "handle the initial sync as you join scuttlebutt for the first time",
"repository": {
"type": "git",
"url": "git://github.com/ssbc/ssb-ahoy.git"
},
"main": "index.js",
"scripts": {},
"keywords": [
"scuttlebutt",
"electron"
],
"author": "mixmix",
"license": "AGPL-3.0",
"dependencies": {
"deep-extend": "^0.6.0",
"electron-default-menu": "^1.0.2",
"electron-window-state": "^5.0.3",
"env-paths": "^2.2.1",
"secret-stack": "^6.4.2",
"ssb-caps": "^1.1.0",
"ssb-config": "^3.4.6",
"ssb-keys": "^8.5.0"
},
"peerDependencies": {
"electron": "26.4.1",
"electron-builder": "^24.6.4"
},
"optionalDependencies": {
"dmg-license": "^1.0.11"
},
"engines": {
"node": ">=18.6.1"
}
}