X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=package.json;h=e0d7cb95dd9cf2553238cc1e3c280ee997b21815;hb=6ce248d1710d2e5d132989b733eab25730efd491;hp=2e3b6d7de08ef19923a53701bb84eb1620a65870;hpb=0c7a9f49334a3c111f731d8d5ca0a9bd569ffea3;p=crowdnode.js%2F.git diff --git a/package.json b/package.json index 2e3b6d7..e0d7cb9 100644 --- a/package.json +++ b/package.json @@ -1,17 +1,46 @@ { - "name": "crowdnode-cli", - "version": "1.0.0", - "description": "", - "main": "get-utxos.js", + "name": "crowdnode", + "version": "1.0.2", + "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 (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" } }