{ "name": "@lisglosips/redis", "version": "0.2.0", "private": true, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.json" }, "dependencies": { "ioredis": "5.8.2" } }