-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.03 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.03 KB
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
41
42
43
44
45
{
"name": "node_api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@alch/alchemy-web3": "^1.1.1",
"@vonage/server-sdk": "^2.10.10",
"axios": "^0.21.4",
"bip32": "^2.0.6",
"bip39": "^3.0.4",
"bitcoinjs-lib": "^5.2.0",
"bitcore-explorers": "^1.0.1",
"bitcore-insight": "^1.0.1",
"bitcore-lib": "^8.25.10",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"date-fns": "^2.26.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"messagebird": "^3.7.2",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"node-fetch": "^2.6.1",
"nodemailer": "^6.7.2",
"nodemon": "^2.0.9",
"pm2": "^5.1.2",
"sequelize": "^6.6.5",
"sequelize-auto": "^0.8.3",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.1.6",
"twilio": "^3.67.1",
"web3": "^1.5.2"
},
"devDependencies": {
"sequelize-cli": "^6.2.0"
}
}