-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.14 KB
/
package.json
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
46
47
48
{
"name": "cryptocurrency-wallet-api",
"version": "1.0.0",
"description": "",
"main": "app.js",
"type": "module",
"scripts": {
"start": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@mollie/api-client": "^3.7.0",
"@paralleldrive/cuid2": "^2.2.2",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"coinbase-commerce-node": "^1.0.4",
"coingate-v2": "^1.0.1",
"coinpayments": "^2.2.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dollars-to-cents": "^1.0.3",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-jwt": "^8.4.1",
"express-validator": "^7.0.1",
"got": "^13.0.0",
"jsonwebtoken": "^9.0.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.6.0",
"nanoid": "^4.0.2",
"node-cron": "^3.0.2",
"nodemailer": "^6.9.4",
"nodemon": "^3.0.1",
"paypal-node-sdk": "^2.0.3",
"paystack-node": "^0.3.0",
"sequelize": "^6.32.1",
"sequelize-cli": "^6.6.1",
"sequelize-query": "^1.0.4",
"stripe": "^13.3.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"prisma": "^5.3.1"
}
}