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