{
  "name": "fivem-custom-auth-server",
  "version": "2.0.0",
  "description": "Custom FiveM Authentication Server with Database Management",
  "main": "auth-server.js",
  "scripts": {
    "start": "node auth-server.js",
    "dev": "nodemon auth-server.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "fivem",
    "authentication",
    "server",
    "keymaster",
    "database"
  ],
  "author": "Custom FiveM Auth",
  "license": "MIT",
  "dependencies": {
    "express": "^4.18.2",
    "cors": "^2.8.5",
    "sqlite3": "^5.1.6"
  },
  "devDependencies": {
    "nodemon": "^3.0.1"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/your-repo/fivem-custom-auth"
  }
}
