UNPKG

@coolwallet/ltc

Version:
54 lines (53 loc) 1.49 kB
{ "name": "@coolwallet/ltc", "version": "2.0.0", "description": "Coolwallet LiteCoin sdk", "main": "lib/index.js", "scripts": { "test": "NODE_ENV=development jest --runInBand", "test-go": "NODE_ENV=development CARD=go jest --runInBand", "ci-test": "NODE_ENV=production jest --runInBand", "ci-test-go": "NODE_ENV=production CARD=go jest --runInBand", "build:types": "tsc --emitDeclarationOnly", "build:ts": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline", "build": "npm run build:types && npm run build:ts", "publish-single": "rm -rf node_modules && npm install && npm run build && npm publish" }, "keywords": [ "btc", "bitcoin", "litecoin", "ltc", "coolwallet", "omni", "usdt", "javascript", "hardwarewallet", "cryptocurrency", "coolbitx", "transaction" ], "author": "coolwallet-team", "license": "ISC", "devDependencies": { "@babel/cli": "^7.7.0", "@babel/core": "^7.7.0", "@babel/preset-env": "^7.7.1", "@babel/preset-typescript": "^7.7.7", "jest": "^26.0.1" }, "dependencies": { "@coolwallet/core": "^2.0.0", "@types/bn.js": "^4.11.6", "bitcoinjs-lib": "^5.1.7", "bn.js": "^5.1.1", "bs58check": "^2.1.2" }, "repository": { "type": "git", "url": "git+https://github.com/CoolBitX-Technology/coolwallet3-sdk.git" }, "bugs": { "url": "https://github.com/CoolBitX-Technology/coolwallet3-sdk/issues" } }