-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 948 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 948 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
{
"name": "node-binance-sdk",
"version": "1.0.5",
"description": "Centerprime Node Binance Smart Chain SDK",
"main": "src/centerprime.js",
"keywords": [
"ethereum",
"blockchain",
"sdk",
"web3",
"binance"
],
"author": "Centerprime",
"license": "UNLICENSED",
"spm": {
"main": "src/centerprime.js"
},
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"bignumber": "^1.1.0",
"bip39": "^3.0.4",
"dotenv": "^10.0.0",
"ethers": "^5.5.1",
"express": "^4.17.1",
"express-jwt": "^6.1.0",
"https": "^1.0.0",
"joi": "^17.5.0",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"nodemon": "^2.0.15",
"querystring": "^0.2.1",
"request": "^2.88.2",
"rootpath": "^0.1.2",
"sequelize": "^6.12.0-beta.3",
"web3": "^1.3.1"
}
}