npm i @goastian/crypto-data// import all crypto in NodeJS
import cryptoDB from '@goastian/crypto-data';
// import single file in webpack
// https://webpack.js.org/concepts/module-resolution/#module-paths
import bitcoin from '@goatian/crypto-data/crypto/bitcoin@bitcoin.json';