@rsksmart/btc-eth-unit-converter
Version:
Tool to provide safe conversion between units in BTC and ETH
36 lines (35 loc) • 796 B
JSON
{
"name": "@rsksmart/btc-eth-unit-converter",
"version": "1.0.1",
"description": "Tool to provide safe conversion between units in BTC and ETH",
"main": "index.js",
"scripts": {
"test": "nyc mocha --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rsksmart/btc-eth-unit-converter.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/rsksmart/btc-eth-unit-converter/issues"
},
"homepage": "https://github.com/rsksmart/btc-eth-unit-converter#readme",
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.2.2",
"nyc": "^15.1.0"
},
"dependencies": {
"decimal.js": "^10.4.3"
},
"types": "./index.d.ts",
"keywords": [
"rootstock",
"rsk",
"web3",
"blockchain",
"btc",
"eth"
]
}