Skip to content
Snippets Groups Projects
Select Git revision
  • 85b79a0842ce2f0eafef438423a385a621908c8f
  • main default
2 results

LICENSE.md

Blame
  • This project is licensed under the MIT License. Learn more
    package.json NaN GiB
    {
      "name": "triviagamebase",
      "version": "1.0.0",
      "main": "server.js",
      "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "start": "node server.js"
      },
      "keywords": [],
      "author": "",
      "license": "ISC",
      "description": "",
      "dependencies": {
        "axios": "^1.7.7",
        "express": "^4.21.1",
        "socket.io": "^4.8.1"
      }
    }