Yuzu-Online-JS/package.json
2025-05-14 11:33:24 +02:00

42 lines
902 B
JSON

{
"name": "yuzu-online-js",
"version": "0.0.1-alpha",
"description": "attempt to implement yuzu online server in js and use discord oauth2 to auth people and get profile info without ui",
"main": "server.js",
"scripts": {
"start": "node .",
"start:dev": "nodemon ."
},
"repository": {
"type": "git",
"url": "https://gitea.azures.fr/azures04/Yuzu-Online-JS"
},
"keywords": [
"yuzu",
"online",
"room",
"rooms",
"yuzu-rooms",
"yuzu-room",
"yuzu-online",
"multiplayer",
"yuzu-multiplayer"
],
"author": {
"email": "gilleslazure04@gmail.com",
"name": "Gilles Lazure <azures04>",
"url": "https://gitea.azures.fr/azures04"
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"better-sqlite3": "^11.9.1",
"colors": "^1.4.0",
"discord-oauth2": "^2.12.1",
"express": "^5.1.0",
"jsonwebtoken": "^9.0.2"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}