{
  "name": "@flexvertex/flexvertex-driver",
  "version": "0.1.58",
  "description": "The official FlexVertex Node.js driver",
  "main": "src/flexvertex.js",
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "docs": "jsdoc -c .\\jsdoc.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FlexVertexOS/FlexVertexNodeDriver.git"
  },
  "keywords": [
    "FlexVertex",
    "Driver"
  ],
  "author": "FlexVertex",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/FlexVertexOS/FlexVertexNodeDriver/issues"
  },
  "homepage": "https://www.flexvertex.com",
  "dependencies": {
    "axios": "^1.7.7",
    "buffer": "^6.0.3",
    "json-with-bigint": "^2.3.3",
    "uuid": "^11.0.5"
  }
}
