Ryujinx-Ldn-Website/package.json
dependabot[bot] 520c28a7b8
Bump winston from 3.9.0 to 3.10.0 (#16)
Bumps [winston](https://github.com/winstonjs/winston) from 3.9.0 to 3.10.0.
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](https://github.com/winstonjs/winston/compare/v3.9.0...v3.10.0)

---
updated-dependencies:
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-28 19:18:51 +02:00

43 lines
1.1 KiB
JSON

{
"name": "ryujinx-ldn-website",
"version": "1.0.0",
"private": true,
"author": "Ryujinx",
"license": "MIT",
"description": "Ryujinx LDN website",
"repository": {
"url": "https://github.com/Ryujinx/Ryujinx-Ldn-Website"
},
"main": "dist/index.js",
"scripts": {
"format": "prettier -w .",
"lint": "eslint --fix .",
"build": "tsc",
"prestart": "pnpm build",
"start": "node .",
"dev": "pnpm build && pnpm start",
"serve": "nodemon",
"prepack": "pnpm build"
},
"dependencies": {
"ejs": "^3.1.9",
"express": "~4.18.2",
"express-actuator": "^1.8.4",
"redis": "^4.6.7",
"winston": "^3.10.0"
},
"devDependencies": {
"@tsconfig/recommended": "^1.0.2",
"@types/express": "^4.17.17",
"@types/express-actuator": "^1.8.0",
"@types/node": "^18.16.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"nodemon": "^3.0.1",
"prettier": "3.0.0",
"typescript": "^5.1.6"
}
}