chore(cli): bump version
[crowdnode.js/.git] / package.json
1 {
2   "name": "crowdnode",
3   "version": "1.0.1",
4   "description": "Manage your stake in Đash with the CrowdNode Blockchain API",
5   "main": "./lib/crowdnode.js",
6   "bin": {
7     "crowdnode": "./bin/crowdnode.js"
8   },
9   "scripts": {
10     "test": "echo \"Error: no test specified\" && exit 1"
11   },
12   "files": [],
13   "repository": {
14     "type": "git",
15     "url": "git+https://github.com/dashhive/crowdnode.js.git"
16   },
17   "keywords": [
18     "Dash",
19     "CrowdNode",
20     "Blockchain",
21     "Stake",
22     "Staking"
23   ],
24   "author": "AJ ONeal <aj@therootcompany.com> (https://therootcompany.com)",
25   "license": "SEE LICENSE IN LICENSE",
26   "bugs": {
27     "url": "https://github.com/dashhive/crowdnode.js/issues"
28   },
29   "homepage": "https://github.com/dashhive/crowdnode.js#readme",
30   "dependencies": {
31     "@dashevo/dashcore-lib": "^0.19.38",
32     "@root/request": "^1.8.1",
33     "dotenv": "^16.0.1",
34     "qrcode-svg": "^1.1.0",
35     "tough-cookie": "^4.0.0",
36     "ws": "^8.8.0"
37   },
38   "devDependencies": {
39     "@types/tough-cookie": "^4.0.2"
40   }
41 }