mirror of
https://github.com/Ryujinx/Ryujinx-Ldn-Website.git
synced 2024-12-22 18:45:32 +00:00
37759139ce
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.8.0 to 8.9.0. - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.8.0...v8.9.0) --- updated-dependencies: - dependency-name: eslint-config-prettier dependency-type: direct:development 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>
43 lines
1.1 KiB
JSON
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.9.0",
|
|
"nodemon": "^3.0.1",
|
|
"prettier": "3.0.0",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|