1
0
This repository has been archived on 2026-01-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
secret-sender-old-1/src/package.json
2024-10-27 04:43:07 +01:00

20 lines
382 B
JSON

{
"name": "secret-sender",
"version": "1.0.0",
"main": "app.js",
"type": "module",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.21.1",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.15",
"pug": "^3.0.3"
}
}