dd87018b8c
Bumps [dotenv](https://github.com/motdotla/dotenv) from 17.3.1 to 17.4.1. - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/compare/v17.3.1...v17.4.1) --- updated-dependencies: - dependency-name: dotenv dependency-version: 17.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
904 B
JSON
34 lines
904 B
JSON
{
|
|
"name": "news-server",
|
|
"version": "1.7.5",
|
|
"description": "An API centric news 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/news-server.git"
|
|
},
|
|
"author": "Kayne Ruse",
|
|
"license": "Zlib",
|
|
"bugs": {
|
|
"url": "https://github.com/krgamestudios/news-server/issues"
|
|
},
|
|
"homepage": "https://github.com/krgamestudios/news-server#readme",
|
|
"dependencies": {
|
|
"cors": "^2.8.6",
|
|
"dotenv": "^17.4.1",
|
|
"express": "^5.2.1",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"mariadb": "^3.5.2",
|
|
"markdown-it": "^14.1.1",
|
|
"sequelize": "^6.37.8"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^3.1.14"
|
|
}
|
|
}
|