1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

Augment subpackages npm info (#2478)

* augment subpackages npm info

* some more keywords

---------

Co-authored-by: Leibale Eidelman <me@leibale.com>
This commit is contained in:
Gady
2023-04-24 19:41:44 +03:00
committed by GitHub
parent 9f2e27d07d
commit c88dea6151
6 changed files with 69 additions and 6 deletions

View File

@@ -25,5 +25,17 @@
"ts-node": "^10.9.1",
"typedoc": "^0.23.25",
"typescript": "^4.9.5"
}
},
"repository": {
"type": "git",
"url": "git://github.com/redis/node-redis.git"
},
"bugs": {
"url": "https://github.com/redis/node-redis/issues"
},
"homepage": "https://github.com/redis/node-redis/tree/master/packages/search",
"keywords": [
"redis",
"RediSearch"
]
}