package version rename
正在显示
{ | ||
"name": "nestjs-ioredis", | ||
"version": "1.3.1", | ||
"description": "a nestjs redis module", | ||
"description": "a NestJS ioredis module", | ||
"author": "zzy", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wisekaa03/nestjs-ioredis" | ||
"url": "https://github.com/wisekaa03/nestjs-ioredis.git" | ||
}, | ||
"scripts": { | ||
"build": "rimraf dist && tsc -p tsconfig.json", | ||
"precommit": "lint-staged", | ||
"prepublish:npm": "yarn run build", | ||
"publish:npm": "yarn publish --access public", | ||
"prepublish": "yarn run build", | ||
"publish-public": "yarn publish --access public", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"test:cov": "jest --coverage", | ||
... | ... |
请
注册
或者
登录
后发表评论