PengLogin/package.json
2025-06-13 23:25:11 +02:00

23 lines
451 B
JSON

{
"name": "penglogin",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "ssh://git@git.thepenguinontheweb.tech:5900/adminflsu/PengLogin.git"
},
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "nodemon index.js",
"run": "node index.js"
},
"dependencies": {
"dotenv": "^16.5.0",
"nodemailer": "^7.0.3",
"nodemon": "^3.1.10"
}
}