{
  "name": "@accounts/redis",
  "version": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
  "description": "Redis adaptor for accounts",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "clean": "yarn run -T rimraf lib",
    "start": "yarn run -T tsc --watch",
    "precompile": "yarn run clean",
    "compile": "yarn run -T tsc",
    "prepublishOnly": "yarn run compile",
    "testonly": "yarn run -T jest",
    "test:watch": "yarn run -T jest --watch",
    "coverage": "yarn run testonly --coverage"
  },
  "files": [
    "src",
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "jest": {
    "testEnvironment": "node",
    "preset": "ts-jest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/accounts-js/accounts/tree/master/packages/database-redis"
  },
  "author": "Leo Pradel",
  "license": "MIT",
  "dependencies": {
    "shortid": "2.2.16",
    "tslib": "2.6.2"
  },
  "devDependencies": {
    "@accounts/database-tests": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
    "@accounts/types": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
    "@types/ioredis": "5.0.0",
    "@types/shortid": "0.0.32",
    "ioredis": "5.3.2"
  }
}
