docs: add official CrowdNode docs to help output
[crowdnode.js/.git] / package.json
index 2e3b6d7de08ef19923a53701bb84eb1620a65870..62e651479a6758e878d808522524c76a81d07528 100644 (file)
@@ -1,17 +1,46 @@
 {
-  "name": "crowdnode-cli",
-  "version": "1.0.0",
-  "description": "",
-  "main": "get-utxos.js",
+  "name": "crowdnode",
+  "version": "1.5.1",
+  "description": "Manage your stake in Đash with the CrowdNode Blockchain API",
+  "main": "./lib/crowdnode.js",
+  "bin": {
+    "crowdnode": "./bin/crowdnode.js"
+  },
   "scripts": {
     "test": "echo \"Error: no test specified\" && exit 1"
   },
-  "keywords": [],
-  "author": "",
-  "license": "ISC",
+  "files": [
+    "bin",
+    "lib",
+    "tsconfig.json",
+    "types.js"
+  ],
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/dashhive/crowdnode.js.git"
+  },
+  "keywords": [
+    "Dash",
+    "CrowdNode",
+    "Blockchain",
+    "Stake",
+    "Staking"
+  ],
+  "author": "AJ ONeal <aj@therootcompany.com> (https://therootcompany.com)",
+  "license": "SEE LICENSE IN LICENSE",
+  "bugs": {
+    "url": "https://github.com/dashhive/crowdnode.js/issues"
+  },
+  "homepage": "https://github.com/dashhive/crowdnode.js#readme",
   "dependencies": {
     "@dashevo/dashcore-lib": "^0.19.38",
     "@root/request": "^1.8.1",
-    "dotenv": "^16.0.1"
+    "dotenv": "^16.0.1",
+    "qrcode-svg": "^1.1.0",
+    "tough-cookie": "^4.0.0",
+    "ws": "^8.8.0"
+  },
+  "devDependencies": {
+    "@types/tough-cookie": "^4.0.2"
   }
 }