{
  "name": "@universis/user-storage",
  "version": "1.0.8",
  "description": "Universis Api Server Extension for managing user remote storage",
  "main": "dist/index.js",
  "scripts": {
    "clean": "rimraf dist",
    "prepublishOnly": "npm run build",
    "build": "babel src --out-dir dist  --copy-files --source-maps",
    "watch": "babel src --out-dir dist  --copy-files --source-maps --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/universis/universis-user-storage.git"
  },
  "keywords": [
    "user",
    "storage",
    "remote",
    "universis"
  ],
  "author": "",
  "license": "LGPL-3.0-or-later",
  "bugs": {
    "url": "https://gitlab.com/universis/universis-user-storage/issues"
  },
  "homepage": "https://gitlab.com/universis/universis-user-storage#readme",
  "dependencies": {
    "@themost/mongo": "^2.1.1",
    "redis": "^3.1.2"
  },
  "peerDependencies": {
    "@themost/common": "^2.5.6",
    "@themost/express": "^1.5.19",
    "@themost/query": "^2.5.8"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.10",
    "@types/redis": "^2.8.13",
    "es6-promisify": "^6.0.2",
    "lodash": "^4.17.21",
    "rimraf": "^3.0.2"
  }
}
