01fc0014ef
Bumps [sequelize](https://github.com/sequelize/sequelize) from 6.37.7 to 6.37.8. - [Release notes](https://github.com/sequelize/sequelize/releases) - [Changelog](https://github.com/sequelize/sequelize/blob/main/CHANGELOG.md) - [Commits](https://github.com/sequelize/sequelize/compare/v6.37.7...v6.37.8) --- updated-dependencies: - dependency-name: sequelize dependency-version: 6.37.8 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.11",
|
|
"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.3",
|
|
"cookie-parser": "^1.4.7",
|
|
"cors": "^2.8.6",
|
|
"dotenv": "^17.3.1",
|
|
"express": "^5.2.1",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"mariadb": "^3.5.1",
|
|
"node-cron": "^4.2.1",
|
|
"node-fetch": "^3.3.2",
|
|
"nodemailer": "^8.0.1",
|
|
"sequelize": "^6.37.8"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.14"
|
|
}
|
|
}
|