37 lines
831 B
JSON
37 lines
831 B
JSON
{
|
|
"name": "absensi",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "nodemon app.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"axios": "^1.12.2",
|
|
"bcrypt": "^6.0.0",
|
|
"body-parser": "^2.2.0",
|
|
"cors": "^2.8.5",
|
|
"crypto": "^1.0.1",
|
|
"dotenv": "^17.2.3",
|
|
"express": "^5.1.0",
|
|
"google-auth-library": "^10.4.0",
|
|
"handlebars": "^4.7.8",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"moment": "^2.30.1",
|
|
"moment-timezone": "^0.6.0",
|
|
"multer": "^2.0.2",
|
|
"mysql2": "^3.15.2",
|
|
"node-fetch": "^3.3.2",
|
|
"nodemailer": "^7.0.9",
|
|
"nodemailer-html-to-text": "^3.2.0",
|
|
"nodemon": "^3.1.10",
|
|
"passport": "^0.7.0",
|
|
"prom-client": "^15.1.3",
|
|
"sequelize": "^6.37.7",
|
|
"sequelize-cli": "^6.6.3"
|
|
}
|
|
}
|