docs: add official CrowdNode docs to help output
[crowdnode.js/.git] / package.json
1 {
2   "name": "crowdnode",
3   "version": "1.5.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     "bin",
14     "lib",
15     "tsconfig.json",
16     "types.js"
17   ],
18   "repository": {
19     "type": "git",
20     "url": "git+https://github.com/dashhive/crowdnode.js.git"
21   },
22   "keywords": [
23     "Dash",
24     "CrowdNode",
25     "Blockchain",
26     "Stake",
27     "Staking"
28   ],
29   "author": "AJ ONeal <aj@therootcompany.com> (https://therootcompany.com)",
30   "license": "SEE LICENSE IN LICENSE",
31   "bugs": {
32     "url": "https://github.com/dashhive/crowdnode.js/issues"
33   },
34   "homepage": "https://github.com/dashhive/crowdnode.js#readme",
35   "dependencies": {
36     "@dashevo/dashcore-lib": "^0.19.38",
37     "@root/request": "^1.8.1",
38     "dotenv": "^16.0.1",
39     "qrcode-svg": "^1.1.0",
40     "tough-cookie": "^4.0.0",
41     "ws": "^8.8.0"
42   },
43   "devDependencies": {
44     "@types/tough-cookie": "^4.0.2"
45   }
46 }