{
  "name": "android-server",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.7.9",
    "body-parser": "^1.20.3",
    "express": "^4.21.0",
    "form-data": "^4.0.1",
    "multer": "^1.4.5-lts.1",
    "mysql2": "^3.12.0"
  },
  "description": ""
}
