UNPKG

1.23 kBJSONView Raw
1{
2 "name": "@accounts/redis",
3 "version": "0.21.1",
4 "description": "Redis adaptor for accounts",
5 "main": "lib/index.js",
6 "typings": "lib/index.d.ts",
7 "scripts": {
8 "clean": "rimraf lib",
9 "start": "tsc --watch",
10 "precompile": "yarn clean",
11 "compile": "tsc",
12 "prepublishOnly": "yarn compile",
13 "testonly": "jest",
14 "test:watch": "jest --watch",
15 "coverage": "yarn 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 "devDependencies": {
35 "@accounts/database-tests": "^0.21.1",
36 "@types/ioredis": "4.14.3",
37 "@types/jest": "24.0.25",
38 "@types/lodash": "4.14.149",
39 "@types/node": "12.12.14",
40 "@types/shortid": "0.0.29",
41 "jest": "24.9.0"
42 },
43 "dependencies": {
44 "@accounts/types": "^0.21.1",
45 "ioredis": "^4.14.1",
46 "lodash": "^4.17.15",
47 "shortid": "^2.2.15",
48 "tslib": "1.10.0"
49 },
50 "gitHead": "b94bf981b01e368c7e1922bd4ad8f5e4d24eb06e"
51}