-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 736 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 736 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
{
"name": "crypto-checkup-cli",
"version": "1.0.6",
"description": "",
"main": "crypto-checkup.js",
"bin": {
"crypto-checkup": "crypto-checkup.js"
},
"scripts": {
"start": "node crypto-checkup.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ggviana/crypto-checkup-cli.git"
},
"keywords": [],
"author": "Guilherme Guimarães Viana <ggviana@tuta.io>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ggviana/crypto-checkup-cli/issues"
},
"homepage": "https://github.com/ggviana/crypto-checkup-cli#readme",
"dependencies": {
"axios": "0.21.1",
"bignumber.js": "7.2.1",
"chalk": "2.4.1",
"cli-table": "0.3.1",
"commander": "2.16.0"
}
}