UNPKG

hive-keychain-commons

Version:

Platform-agnostic functions used in Hive Keychain mobile and extensions

61 lines (60 loc) 1.61 kB
{ "name": "hive-keychain-commons", "version": "1.9.7", "description": "Platform-agnostic functions used in Hive Keychain mobile and extensions", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "build": "tsc", "format": "prettier --write \"src/**/*.ts\" ", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/stoodkev/hive-keychain-commons.git" }, "keywords": [ "hive", "keychain", "commons", "blockchain", "crypto", "wallet" ], "author": "stoodkev", "license": "ISC", "bugs": { "url": "https://github.com/stoodkev/hive-keychain-commons/issues" }, "homepage": "https://github.com/stoodkev/hive-keychain-commons#readme", "devDependencies": { "@types/bs58": "^4.0.4", "@types/bytebuffer": "^5.0.49", "@types/crypto-js": "^4.2.2", "@types/node": "^18.11.19", "@types/secp256k1": "^4.0.6", "prettier": "^2.4.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.5.2" }, "dependencies": { "@hiveio/dhive": "^1.2.8", "bs58": "^4.0.1", "crypto-js": "^4.2.0", "hive-tx": "github:hive-keychain/hive-tx-js", "jsbi": "^4.3.0", "moment": "^2.30.1", "secp256k1": "^5.0.1", "winston": "^3.8.1", "winston-daily-rotate-file": "^4.7.1" } }