UNPKG

1.19 kBJSONView Raw
1{
2 "name": "@accounts/redis",
3 "version": "1.0.0-alpha-20231110204039-4238958d",
4 "description": "Redis adaptor for accounts",
5 "main": "lib/index.js",
6 "typings": "lib/index.d.ts",
7 "scripts": {
8 "clean": "yarn run -T rimraf lib",
9 "start": "yarn run -T tsc --watch",
10 "precompile": "yarn run clean",
11 "compile": "yarn run -T tsc",
12 "prepublishOnly": "yarn run compile",
13 "testonly": "yarn run -T jest",
14 "test:watch": "yarn run -T jest --watch",
15 "coverage": "yarn run testonly --coverage"
16 },
17 "files": [
18 "src",
19 "lib"
20 ],
21 "publishConfig": {
22 "access": "public"
23 },
24 "jest": {
25 "testEnvironment": "node",
26 "preset": "ts-jest"
27 },
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/accounts-js/accounts/tree/master/packages/database-redis"
31 },
32 "author": "Leo Pradel",
33 "license": "MIT",
34 "dependencies": {
35 "@accounts/types": "1.0.0-alpha-20231110204039-4238958d",
36 "ioredis": "4.28.5",
37 "shortid": "2.2.16",
38 "tslib": "2.6.2"
39 },
40 "devDependencies": {
41 "@accounts/database-tests": "1.0.0-alpha-20231110204039-4238958d",
42 "@types/ioredis": "4.28.10",
43 "@types/shortid": "0.0.32"
44 }
45}