@blockbee/api
Version:
BlockBee's Library for NodeJS
41 lines (40 loc) • 805 B
JSON
{
"name": "@blockbee/api",
"version": "2.1.1",
"description": "BlockBee's Library for NodeJS",
"main": "index.js",
"type": "commonjs",
"author": "BlockBee <info@blockbee.io>",
"license": "MIT",
"homepage": "https://blockbee.io/",
"scripts": {
"test": "./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockbee-io/nodejs-blockbee.git"
},
"keywords": [
"crypto",
"cryptocurrency",
"payments",
"bitcoin",
"litecoin",
"ethereum",
"bitcoin cash",
"cryptocurrencies",
"polygon",
"tron",
"binance smart chain",
"erc20",
"bep20",
"avalanche-c",
"base",
"optimism",
"arbitrum",
"solana"
],
"bugs": {
"url": "https://github.com/blockbee-io/nodejs-blockbee/issues"
}
}