42 lines
926 B
JSON
42 lines
926 B
JSON
{
|
|
"name": "api",
|
|
"version": "1.0.0",
|
|
"description": "api",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"dev": "nodemon server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.9.0",
|
|
"axios-retry": "^4.5.0",
|
|
"bcryptjs": "^3.0.2",
|
|
"cors": "^2.8.5",
|
|
"crypto": "^1.0.1",
|
|
"dayjs": "^1.11.13",
|
|
"dotenv": "^16.5.0",
|
|
"ethers": "^5.8.0",
|
|
"express": "^5.1.0",
|
|
"express-validator": "^7.2.1",
|
|
"firebase-admin": "^13.4.0",
|
|
"google-auth-library": "^10.2.1",
|
|
"html-to-text": "^9.0.5",
|
|
"i": "^0.3.7",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"midtrans-client": "^1.4.3",
|
|
"mysql2": "^3.14.1",
|
|
"node-cron": "^4.1.0",
|
|
"nodemailer": "^7.0.3",
|
|
"npm": "^11.5.2",
|
|
"p-limit": "^6.2.0",
|
|
"passport": "^0.7.0",
|
|
"passport-google-oauth20": "^2.0.0",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|