-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 828 Bytes
/
package.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
{
"name": "yggdrasil-protected-group",
"version": "1.0.0",
"description": "Sync Yggdrasil Peers, AllowedPublicKeys and whitelist IPs via UFW",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/perguth/yggdrasil-protected-group.git"
},
"author": "Per Guth <mail@perguth.de>",
"license": "MIT",
"bugs": {
"url": "https://github.com/perguth/yggdrasil-protected-group/issues"
},
"homepage": "https://github.com/perguth/yggdrasil-protected-group#readme",
"dependencies": {
"@hyperswarm/dht": "^6.5.1",
"b4a": "^1.6.6",
"hjson": "^3.2.2",
"hyperswarm": "^4.7.14",
"sodium-universal": "^4.0.0"
},
"devDependencies": {
"standard": "^17.1.0"
}
}