-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.31 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "end-node",
"version": "1.0.0",
"description": "end-node is a core component of the END NETWORK. It serves as the node software that enables seamless interaction with the END NETWORK, facilitating blockchain operations, managing transactions, and participating in network consensus.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/endnetwork/end-node.git"
},
"keywords": [
"END NETWORK",
"blockchain node",
"node software",
"blockchain interaction",
"consensus mechanism",
"network management",
"cryptographic security",
"node operations",
"distributed ledger",
"blockchain technology",
"node initialization",
"node configuration",
"blockchain integration",
"network syncing",
"decentralized network",
"node API",
"node management tools",
"transaction handling",
"mainnet node",
"testnet node"
],
"author": "END NETWORK",
"license": "LGPL-3.0 license",
"bugs": {
"url": "https://github.com/endnetwork/end-node/issues"
},
"homepage": "https://github.com/endnetwork/end-node#readme",
"dependencies": {
"crypto": "^1.0.1",
"fastify": "^4.28.1",
"level": "^8.0.1",
"ws": "^8.18.0"
}
}