mirror of
https://github.com/Ryujinx/Ryujinx-Ldn-Website.git
synced 2024-12-22 18:45:32 +00:00
ffb987852d
* Bump @types/node from 20.2.5 to 20.3.3 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.2.5 to 20.3.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Add build check --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: TSR Berry <20988865+TSRBerry@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.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/recommended": "^1.0.2",
|
|
"@types/express": "^4.17.17",
|
|
"@types/express-actuator": "^1.8.0",
|
|
"@types/node": "^20.3.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
|
"@typescript-eslint/parser": "^5.59.7",
|
|
"eslint": "^8.41.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"nodemon": "^2.0.22",
|
|
"prettier": "2.8.8",
|
|
"typescript": "^5.0.4"
|
|
}
|
|
}
|