feat: a pretty decent, tested, working SDK + CLI
[crowdnode.js/.git] / cli / package.json
diff --git a/cli/package.json b/cli/package.json
new file mode 100644 (file)
index 0000000..363354d
--- /dev/null
@@ -0,0 +1,33 @@
+{
+  "name": "crowdnode-cli",
+  "version": "1.0.0",
+  "description": "Manage your stake in Đash with the CrowdNode Blockchain API",
+  "main": "./bin/crowdnode.js",
+  "bin": {
+    "crowdnode": "./bin/crowdnode.js"
+  },
+  "files": [],
+  "scripts": {
+    "test": "node bin/crowdnode.js help"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/dashhive/crowdnode.js.git"
+  },
+  "dependencies": {
+    "crowdnode": "^1.0"
+  },
+  "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"
+}