UNPKG

filepay

Version:

Post data and upload files to bitcoin sv

45 lines (44 loc) 1.22 kB
{ "name": "filepay", "version": "2.2.12", "description": "Post data and upload files to bitcoin sv", "main": "index.js", "scripts": { "test": "mocha --timeout 30000", "test_scratch": "mocha --timeout 30000 --grep '1 insufficient input and force specific input utxo provide unlocking script'", "test_change": "mocha --timeout 30000 --grep 'Check change is generated'", "test_change": "mocha --timeout 30000 --grep 'changeAddress'", "build": "browserify index.js --standalone filepay > dist/filepay.js && uglifyjs dist/filepay.js > dist/filepay.min.js" }, "keywords": [ "bsv", "bitcoinsv", "bitcoin", "blockchain", "cryptocurrency" ], "author": "MATTERCLOUD (Matter Web Services Inc.)", "license": "MIT", "unpkg": "dist/filepay.min.js", "dependencies": { "axios": "^0.19.2", "bitcore-explorers": "^1.0.1", "bsv": "^1.5.3", "bsv-coinselect": "^4.2.5", "buffer": "^5.2.1", "mingo": "^2.2.4", "text-encoder": "0.0.4" }, "peerDependencies": { "bsv": "^1.2.0" }, "files": [ "dist" ], "devDependencies": { "dotenv": "^6.2.0", "mocha": "^5.1.1", "uglify-es": "^3.3.9", "uglifyjs": "^2.4.11" } }