initial commit
[crowdnode.js/.git] / package.json
diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..2e3b6d7
--- /dev/null
@@ -0,0 +1,17 @@
+{
+  "name": "crowdnode-cli",
+  "version": "1.0.0",
+  "description": "",
+  "main": "get-utxos.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "keywords": [],
+  "author": "",
+  "license": "ISC",
+  "dependencies": {
+    "@dashevo/dashcore-lib": "^0.19.38",
+    "@root/request": "^1.8.1",
+    "dotenv": "^16.0.1"
+  }
+}