UNPKG

hive-multisign

Version:

A typescript utility for multi-signature transactions on the Hive blockchain

37 lines 885 B
{ "name": "hive-multisign", "version": "0.3.1", "description": "A typescript utility for multi-signature transactions on the Hive blockchain", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://gitlab.com/AndreaDuina/hive-multisign" }, "keywords": [ "hive", "blockchain", "multisign", "multisig" ], "author": "Andrea Duina - @muwave", "license": "MIT", "dependencies": { "@hiveio/dhive": "^1.2.3", "buffer": "^6.0.3", "dotenv": "^16.0.3", "fs": "0.0.1-security" }, "devDependencies": { "@types/node": "^18.8.2", "nodemon": "^2.0.20", "ts-node": "^10.9.1", "typescript": "^4.8.4" }, "scripts": { "start": "node dist/index.js", "dev": "nodemon src/index.ts", "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1" } }