-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 878 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
32
33
34
35
36
37
{
"name": "analysis-on-thenewboston",
"version": "1.0.0",
"description": "Gain insights about thenewboston digital crypto currency network by doing some analysis",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itsnikhil/tnb-analysis"
},
"keywords": [
"thenewboston",
"blockchain",
"crypto currency",
"digital currency",
"open source",
"analysis",
"nodejs",
"wealth distribution",
"explorer",
"insights",
"analytics"
],
"author": "Nikhil Taneja",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"cli-progress": "^3.8.2",
"crypto-js": "^4.0.0",
"csv-write-stream": "^2.0.0",
"js-sorted-set": "^0.7.0",
"stream-json": "^1.7.1"
}
}