@accounts/redis
Version:
Redis adaptor for accounts
46 lines (45 loc) • 1.27 kB
JSON
{
"name": "@accounts/redis",
"version": "1.0.0-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3",
"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-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3",
"@accounts/types": "1.0.0-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3",
"@types/ioredis": "5.0.0",
"@types/shortid": "0.0.32",
"ioredis": "5.3.2"
}
}