init
上级
正在显示
.gitignore
0 → 100644
.prettierrc
0 → 100644
README.md
0 → 100644
index.ts
0 → 100644
lib/index.ts
0 → 100644
lib/redis-client.provider.ts
0 → 100644
lib/redis.constants.ts
0 → 100644
lib/redis.interface.ts
0 → 100644
lib/redis.module.ts
0 → 100644
lib/redis.service.ts
0 → 100644
nest-cli.json
0 → 100644
nodemon-debug.json
0 → 100644
nodemon.json
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "nestjs-redis", | ||
"version": "0.0.0", | ||
"description": "a nestjs redis module", | ||
"author": "zzy", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "rm -rf dist && tsc -p tsconfig.json", | ||
"precommit": "lint-staged", | ||
"prepublish:npm": "yarn run build", | ||
"publish:npm": "yarn publish --access public" | ||
}, | ||
"dependencies": { | ||
"@nestjs/common": "^5.1.0", | ||
"ioredis": "^4.2.0", | ||
"rxjs": "^6.2.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^10.7.1", | ||
"typescript": "^2.4.2", | ||
"@types/ioredis": "^4.0.4" | ||
} | ||
} |
tsconfig.json
0 → 100644
tsconfig.spec.json
0 → 100644
tslint.json
0 → 100644
webpack.config.js
0 → 100644
yarn.lock
0 → 100644
请
注册
或者
登录
后发表评论