{
  "name": "@dataverse/arangodb-provider",
  "version": "0.0.16",
  "description": "NodeJS Dataverse ArangoDB Provider",
  "homepage": "https://github.com/anokhimg/common-nodejs-components.git#readme",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "restricted"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anokhimg/common-nodejs-components.git"
  },
  "scripts": {
    "test": "jest -c ../../jest.config.js",
    "build": "tsc",
    "clean": "rm -r ./dist"
  },
  "bugs": {
    "url": "https://github.com/anokhimg/common-nodejs-components/issues"
  },
  "dependencies": {
    "@dataverse/errors": "^0.0.5",
    "@dataverse/logger": "^0.0.2",
    "arangojs": "^7.8.0",
    "http-status": "^1.5.0"
  },
  "gitHead": "411e41f5e94703b0ee0bf93df4a39d919c76bf92"
}
