init3
Showing
dist/redis.js
0 → 100644
dist/redis.js.map
0 → 100644
... | ... | @@ -10,7 +10,7 @@ |
"start": "node dist/index.js" | ||
}, | ||
"dependencies": { | ||
"ali-oss-duiba": "^1.0.12", | ||
"ali-oss-duiba": "^1.0.14", | ||
"config": "^3.3.6", | ||
"eureka-client-ts": "^0.2.10", | ||
"fs-extra": "^8.1.0", | ||
... | ... | @@ -22,6 +22,7 @@ |
"node-fetch": "2", | ||
"node-tinify": "^1.0.4", | ||
"object-hash": "^2.2.0", | ||
"redis": "^3.1.2", | ||
"restify": "^8.5.1" | ||
}, | ||
"devDependencies": { | ||
... | ... | @@ -30,6 +31,7 @@ |
"@types/imagemin": "^8.0.0", | ||
"@types/node-fetch": "2", | ||
"@types/object-hash": "^2.2.1", | ||
"@types/redis": "^2.8.32", | ||
"@types/restify": "^8.4.2", | ||
"rollup-plugin-progress": "^1.1.1", | ||
"typescript": "^4.4.4" | ||
... | ... |
src/redis.ts
0 → 100644
Please register or sign in to comment