-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdappnode_package.json
More file actions
42 lines (42 loc) · 1.21 KB
/
dappnode_package.json
File metadata and controls
42 lines (42 loc) · 1.21 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
{
"name": "core.dnp.dappnode.eth",
"version": "0.3.20",
"description": "DAppNode package responsible for managing the core packages",
"type": "dncore",
"architectures": ["linux/amd64", "linux/arm64"],
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"contributors": [
"Eduardo Antuña <eduadiez@gmail.com> (https://github.com/eduadiez)"
],
"keywords": ["DAppNodeCore"],
"links": {
"homepage": "https://github.com/dappnode/DNP_CORE#readme"
},
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DNP_CORE"
},
"bugs": {
"url": "https://github.com/dappnode/DNP_CORE/issues"
},
"license": "GPL-3.0",
"dependencies": {
"bind.dnp.dappnode.eth": "0.2.13",
"dappmanager.dnp.dappnode.eth": "0.2.122",
"notifications.dnp.dappnode.eth": "0.1.9",
"premium.dnp.dappnode.eth": "0.1.1"
},
"optionalDependencies": {
"ipfs.dnp.dappnode.eth": "0.2.27",
"wifi.dnp.dappnode.eth": "0.2.11",
"wireguard.dnp.dappnode.eth": "0.1.4",
"vpn.dnp.dappnode.eth": "0.2.11"
},
"runOrder": [
"vpn.dnp.dappnode.eth",
"core.dnp.dappnode.eth",
"dappmanager.dnp.dappnode.eth"
],
"changelog": "",
"updateAlerts": []
}