{
  "name": "hdnabi-rest-api",
  "version": "1.0.0",
  "description": "HDNABI Telematics B2B REST API - Single File Implementation",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "node server.js"
  },
  "keywords": [
    "telematics",
    "rest-api",
    "b2b",
    "hdnabi"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "mariadb": "^3.0.0",
    "dotenv": "^16.0.0",
    "jsonwebtoken": "^9.0.0"
  }
}
