{
  "name": "full-fivem-api",
  "version": "1.0.8",
  "description": "A simple api for getting Fivem server info",
  "main": "index.js",
  "repository": "https://github.com/tomtien/full-fivem-api.git",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "api",
    "fivem"
  ],
  "author": "tomtien",
  "license": "ISC",
  "dependencies": {
    "axios": "^0.27.2"
  }
}