2026-03-03 10:20:07 -06:00
|
|
|
{
|
|
|
|
|
"name": "email-sig-manager",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Google Workspace email signature manager",
|
|
|
|
|
"main": "src/index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "node src/index.js",
|
|
|
|
|
"dev": "nodemon src/index.js"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"better-sqlite3": "^9.4.3",
|
|
|
|
|
"express": "^4.18.3",
|
|
|
|
|
"express-basic-auth": "^1.2.1",
|
|
|
|
|
"googleapis": "^140.0.1",
|
|
|
|
|
"handlebars": "^4.7.8",
|
2026-03-13 14:38:19 -05:00
|
|
|
"multer": "^1.4.5-lts.1",
|
2026-03-03 10:20:07 -06:00
|
|
|
"node-cron": "^3.0.3"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"nodemon": "^3.1.0"
|
|
|
|
|
}
|
|
|
|
|
}
|