@gramio/storage-redis
Version:
Redis Storage for GramIO
38 lines (37 loc) • 921 B
JSON
{
"name": "@gramio/storage-redis",
"version": "1.0.4",
"description": "Redis Storage for GramIO",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"type": "module",
"homepage": "https://github.com/gramiojs/storages",
"readme": "https://gramio.dev/storages",
"scripts": {
"prepublishOnly": "bunx tsc && bun test && bun ./scripts/release-jsr.ts && bunx pkgroll"
},
"keywords": ["gramio", "gramio-storage", "storage", "redis", "ioredis"],
"license": "MIT",
"devDependencies": {
"@types/bun": "^1.2.8",
"ioredis-mock": "^8.9.0",
"pkgroll": "^2.12.1",
"typescript": "^5.8.2"
},
"files": ["dist"],
"dependencies": {
"@gramio/storage": "^1.0.0",
"ioredis": "^5.6.0"
}
}