-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 805 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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"
}
}