UNPKG

ethereum-unit-converter

Version:
66 lines (65 loc) 1.93 kB
{ "name": "ethereum-unit-converter", "version": "0.0.17", "description": "Ethereum unit converter", "main": "dist/index.js", "bin": { "ether_converter": "bin/ethereum-unit-converter", "ether-converter": "bin/ethereum-unit-converter", "ethereum_unit_converter": "bin/ethereum-unit-converter", "ethereum-unit-converter": "bin/ethereum-unit-converter" }, "scripts": { "lint": "standard --fix *.js test/*.js bin/* example/client.js", "coverage": "node_modules/nyc/bin/nyc.js report --reporter=text-lcov | ./node_modules/.bin/coveralls", "test": "tape ./test/*.js", "test:report": "./node_modules/nyc/bin/nyc.js --reporter=html --reporter=text tape ./test/index.js", "build": "babel index.js --presets babel-preset-es2015 --out-dir dist/", "build:example": "browserify example/client.js > example/dist/bundle.js" }, "repository": { "type": "git", "url": "https://github.com/miguelmota/ethereum-unit-converter" }, "bugs": { "url": "https://github.com/miguelmota/ethereum-unit-converter/issues" }, "homepage": "https://github.com/miguelmota/ethereum-unit-converter", "author": { "name": "Miguel Mota", "email": "hello@miguelmota.com", "url": "https://miguelmota.com/" }, "license": { "type": "MIT", "url": "https://github.com/miguelmota/ethereum-unit-converter/blob/master/LICENSE" }, "keywords": [ "crypto", "ethereum", "ether", "eth", "unit", "converter", "tool", "util", "cli" ], "dependencies": { "bignumber.js": "^8.0.1", "ethers": "^5.5.4" }, "devDependencies": { "babel": "^6.23.0", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-preset-es2015": "^6.24.1", "babelify": "^8.0.0", "browserify": "^16.2.3", "coveralls": "^3.0.2", "istanbul": "^0.4.5", "nyc": "^12.0.2", "standard": "^16.0.3", "tape": "^4.11.0" } }