@mollitia/redis
Version:
Redis Addon
57 lines (56 loc) • 1.29 kB
JSON
{
"name": "@mollitia/redis",
"type": "module",
"version": "0.0.3",
"description": "Redis Addon",
"author": "Stephane Hervochon <stephane.hervochon@genesys.com>",
"license": "MIT",
"keywords": [
"mollitia",
"mollitia-redis",
"resiliency",
"resilience",
"node",
"nodejs",
"javascript",
"typescript",
"redis",
"storage"
],
"homepage": "https://genesys.github.io/mollitia/",
"repository": {
"type": "git",
"url": "https://github.com/genesys/mollitia/blob/main/packages/@mollitia/redis"
},
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"unpkg": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && vite build",
"lint": "eslint .",
"test:unit": "vitest run",
"clean": "rm -rf node_modules && rm -rf dist"
},
"devDependencies": {
"@shared/tsconfig": "*",
"@shared/vite": "*",
"@types/redis": "4.0.11",
"eslint-config-mollitia": "*"
},
"peerDependencies": {
"mollitia": "*",
"redis": "4.6.10"
},
"gitHead": "a8a24286b23f437b70f6cc99794571f14bc9a8e4"
}