@onesy/redis
Version:
44 lines • 893 B
JSON
{
"name": "@onesy/redis",
"version": "1.0.5",
"description": "Redis",
"repository": "https://github.com/onesy-me/redis.git",
"author": "Lazar <lazareric2@gmail.com>",
"license": "MIT",
"private": false,
"main": "./index.js",
"keywords": [
"redis",
"backend",
"back-end",
"web",
"javascript",
"js",
"typescript",
"node",
"nodejs",
"library",
"onesy"
],
"peerDependencies": {
"redis": "^4.6.12"
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@onesy/errors": "^1.0.0",
"@onesy/log": "^1.0.0",
"@onesy/subscription": "^1.0.0",
"@onesy/utils": "^1.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"sideEffects": false,
"engines": {
"node": ">=12.0.0",
"yarn": ">=1.22"
},
"module": "./esm/index.js",
"types": "./index.d.ts"
}