{
  "name": "which-one-battle-api",
  "version": "1.0.0",
  "description": "The api for Which One Battle educational project",
  "main": "server.ts",
  "scripts": {
    "dev": "nodemon src/server.ts",
    "test": "jest --watchAll --runInBand",
    "build": "npx tsc"
  },
  "author": "Julien POIRIER",
  "license": "ISC",
  "dependencies": {
    "@types/express-jwt": "^6.0.4",
    "cors": "^2.8.5",
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "express-jwt": "^8.4.1",
    "helmet": "^7.1.0",
    "jsonwebtoken": "^9.0.2",
    "mongoose": "^8.5.2"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@types/cors": "^2.8.17",
    "@types/dotenv": "^6.1.1",
    "@types/express": "^4.17.21",
    "@types/jest": "^29.5.12",
    "@types/node": "^22.1.0",
    "@types/supertest": "^6.0.2",
    "jest": "^29.7.0",
    "nodemon": "^3.1.4",
    "supertest": "^7.0.0",
    "ts-jest": "^29.2.4",
    "ts-node": "^10.9.2",
    "typescript": "^5.5.4"
  }
}
