forked from ryejoon/preserve-vtimezone-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 913 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
{
"name": "preserve-vtimezone-cli",
"version": "0.0.1",
"description": "Deploy VTimezones to Bitcoin blockchain, synchronizing with tzurl.org. Also public tzid and sha256 hash mapping for indexing",
"main": "lib/index.js",
"bin": {
"preserve": "lib/index.js"
},
"repository": "https://github.com/ryejoon/preserve-vtimezone-cli",
"author": "ryejoon",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"axios-retry": "^3.1.2",
"bsv": "^0.26.5",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"cli-table2": "^0.2.0",
"crypto": "^1.0.1",
"dotenv": "^7.0.0",
"eventsource": "^1.0.7",
"glob": "^7.1.3",
"inquirer": "^6.3.1",
"mime-types": "^2.1.22",
"node-forge": "^0.8.2",
"pretty-bytes": "^5.1.0",
"qrcode-terminal": "^0.12.0",
"rxjs": "^6.5.2",
"yargs": "^13.2.2"
},
"devDependencies": {
"mocha": "^6.1.4"
}
}