-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 865 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 865 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
{
"name": "nodes-script",
"version": "1.0.0",
"description": "Assist user in running ethereum node",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.2",
"blessed": "^0.1.81",
"blessed-contrib": "^4.11.0",
"https": "^1.0.0",
"macaddress": "^0.5.3",
"minimist": "^1.2.8",
"node-fetch": "^3.3.2",
"node-pty": "^1.0.0",
"open": "^10.1.0",
"readline-sync": "^1.4.10",
"simple-git": "^3.26.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"systeminformation": "^5.22.8",
"viem": "^2.31.3",
"ws": "^8.15.0"
},
"optionalDependencies": {
"osx-temperature-sensor": "^1.0.8"
},
"packageManager": "yarn@1.22.22"
}