Skip to content

Commit 6de8853

Browse files
committed
fix: redis
1 parent b778818 commit 6de8853

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "ushell-module-redis",
3+
"version": "0.0.1",
4+
"description": "Unix like shell module for redis.",
5+
"main": "index.sh",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/afeiship/ushell-module-redis.git"
9+
},
10+
"keywords": [
11+
"ushell",
12+
"unix",
13+
"shell",
14+
"system",
15+
"infomation"
16+
],
17+
"author": "afei",
18+
"license": "MIT",
19+
"bugs": {
20+
"url": "https://github.com/afeiship/ushell-module-redis/issues"
21+
},
22+
"homepage": "https://github.com/afeiship/ushell-module-redis#readme"
23+
}

0 commit comments

Comments
 (0)