9b2d03bdaf
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 7.0.5 to 7.0.6. - [Release notes](https://github.com/nodemailer/nodemailer/releases) - [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.5...v7.0.6) --- updated-dependencies: - dependency-name: nodemailer dependency-version: 7.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "auth-server",
|
|
"version": "1.8.7",
|
|
"description": "An API centric auth server. Uses Sequelize and mariaDB by default.",
|
|
"main": "server/server.js",
|
|
"scripts": {
|
|
"start": "node server/server.js",
|
|
"dev": "npm run watch:server",
|
|
"watch:server": "nodemon . --ext js,jsx,json --ignore 'node_modules/*'"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/krgamestudios/auth-server.git"
|
|
},
|
|
"author": "Kayne Ruse",
|
|
"license": "Zlib",
|
|
"bugs": {
|
|
"url": "https://github.com/krgamestudios/auth-server/issues"
|
|
},
|
|
"homepage": "https://github.com/krgamestudios/auth-server#readme",
|
|
"dependencies": {
|
|
"bcryptjs": "^3.0.2",
|
|
"cookie-parser": "^1.4.7",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^17.2.2",
|
|
"express": "^5.1.0",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mariadb": "^3.4.5",
|
|
"node-cron": "^4.2.1",
|
|
"node-fetch": "^3.3.2",
|
|
"nodemailer": "^7.0.6",
|
|
"sequelize": "^6.37.7"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.10"
|
|
}
|
|
}
|