update homepage and peer
Showing
| ... | @@ -12,15 +12,15 @@ | ... | @@ -12,15 +12,15 @@ |
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "https://code.mycard.moe/3rdeye/nesties.git" | "url": "https://github.com/purerosefallen/nesties.git" | ||
| }, | }, | ||
| "author": "Nanahira <nanahira@momobako.com>", | "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | "license": "MIT", | ||
| "keywords": [], | "keywords": [], | ||
| "bugs": { | "bugs": { | ||
| "url": "https://code.mycard.moe/3rdeye/nesties/issues" | "url": "https://github.com/purerosefallen/nesties/issues" | ||
| }, | }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/nesties", | "homepage": "https://github.com/purerosefallen/nesties", | ||
| "jest": { | "jest": { | ||
| "moduleFileExtensions": [ | "moduleFileExtensions": [ | ||
| "js", | "js", | ||
| ... | @@ -56,8 +56,8 @@ | ... | @@ -56,8 +56,8 @@ |
| "typescript": "^5.6.3" | "typescript": "^5.6.3" | ||
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "@nestjs/common": "^9.4.0 || ^10.0.0 || ^11.0.0", | "@nestjs/common": "^11.0.0 || ^9.4.0 || ^10.0.0", | ||
| "@nestjs/config": "^3.0.0 || ^4.0.0", | "@nestjs/config": "^4.0.0 || ^3.0.0", | ||
| "@nestjs/swagger": "^7.1.8 || ^6.3.0 || ^11.0.0" | "@nestjs/swagger": "^11.0.0 || ^7.1.8 || ^6.3.0" | ||
| } | } | ||
| } | } |
Please register or sign in to comment