{
  "type": "commonjs",
  "name": "@arangodb/arangodb",
  "version": "0.0.1-alpha.0",
  "engines": {
    "node": ">=22"
  },
  "description": "Implementation of the ArangoDB JS API in Node.js.",
  "license": "LICENSE SEE LICENSE",
  "homepage": "https://github.com/arangodb/node-arangodb",
  "bugs": {
    "url": "https://github.com/arangodb/node-arangodb/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arangodb/node-arangodb.git"
  },
  "author": "ArangoDB GmbH",
  "contributors": [
    {
      "name": "Alan Plum",
      "email": "alan.plum@foss-haas.de"
    }
  ],
  "main": "index.js",
  "exports": {
    ".": "./index.js",
    "./*": "./*.js"
  },
  "files": [
    "**/*"
  ],
  "dependencies": {
    "@types/http-errors": "^2.0.4",
    "@types/node": "^22",
    "@types/qs": "^6.9.18",
    "@types/semver": "^7.5.8",
    "arangojs": "^10.1.1",
    "http-errors": "^2.0.0",
    "qs": "^6.14.0",
    "semver": "^7.6.3"
  }
}
