{
  "name": "gettothetemple-server",
  "version": "1.0.0",
  "description": "Backend server for GetToTheTemple web game",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "nodemon server.js",
    "test": "npx playwright test",
    "test:anaconda": "npx playwright test anaconda",
    "test:multi": "npx playwright test --project=multi-instance",
    "test:report": "npx playwright show-report"
  },
  "keywords": [
    "game",
    "temple",
    "authentication"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "bcrypt": "^5.1.1",
    "body-parser": "^1.20.2",
    "cors": "^2.8.5",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "jsonwebtoken": "^9.0.2",
    "passport": "^0.7.0",
    "passport-jwt": "^4.0.1",
    "sqlite3": "^5.1.7"
  },
  "devDependencies": {
    "@playwright/test": "^1.58.1",
    "nodemon": "^3.0.2"
  }
}
