2026-05-18 22:14:41 +05:30

20 lines
385 B
JSON

{
"name": "invoice-email-plugin",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"crypto": "^1.0.1",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"nodemailer": "^8.0.7",
"pdfkit": "^0.18.0"
}
}