8a62e561e3
Bumps [nodemon](https://github.com/remy/nodemon) from 3.1.11 to 3.1.14. - [Release notes](https://github.com/remy/nodemon/releases) - [Commits](https://github.com/remy/nodemon/compare/v3.1.11...v3.1.14) --- updated-dependencies: - dependency-name: nodemon dependency-version: 3.1.14 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
901 B
JSON
34 lines
901 B
JSON
{
|
|
"name": "chat-server",
|
|
"version": "1.5.5",
|
|
"description": "An API centric chat 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/chat-server.git"
|
|
},
|
|
"author": "Kayne Ruse",
|
|
"license": "Zlib",
|
|
"bugs": {
|
|
"url": "https://github.com/krgamestudios/chat-server/issues"
|
|
},
|
|
"homepage": "https://github.com/krgamestudios/chat-server#readme",
|
|
"dependencies": {
|
|
"cors": "^2.8.6",
|
|
"dotenv": "^17.3.1",
|
|
"express": "^5.2.1",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"mariadb": "^3.4.5",
|
|
"sequelize": "^6.37.7",
|
|
"socket.io": "^4.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.14"
|
|
}
|
|
}
|