2023-07-02 02:05:12 +00:00
|
|
|
{
|
|
|
|
"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",
|
2023-07-02 02:20:35 +00:00
|
|
|
"@types/node": "^20.3.3",
|
2023-07-02 02:23:54 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.60.1",
|
2023-07-02 02:25:37 +00:00
|
|
|
"@typescript-eslint/parser": "^5.60.1",
|
2023-07-02 02:28:02 +00:00
|
|
|
"eslint": "^8.44.0",
|
2023-07-02 02:05:12 +00:00
|
|
|
"eslint-config-prettier": "^8.8.0",
|
|
|
|
"nodemon": "^2.0.22",
|
|
|
|
"prettier": "2.8.8",
|
2023-07-02 02:22:14 +00:00
|
|
|
"typescript": "^5.1.6"
|
2023-07-02 02:05:12 +00:00
|
|
|
}
|
|
|
|
}
|