rename
Showing
| { | ||
| "name": "koishi-plugin-autoreply", | ||
| "name": "koishi-plugin-autoresponse", | ||
| "description": "自动回复插件。", | ||
| "version": "1.0.0", | ||
| "main": "dist/index.js", | ||
| ... | ... | @@ -12,7 +12,7 @@ |
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-plugin-autoreply.git" | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-plugin-autoresponse.git" | ||
| }, | ||
| "author": "Nanahira <nanahira@momobako.com>", | ||
| "license": "MIT", | ||
| ... | ... | @@ -23,9 +23,9 @@ |
| "onebot" | ||
| ], | ||
| "bugs": { | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-plugin-autoreply/issues" | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-plugin-autoresponse/issues" | ||
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-autoreply", | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-autoresponse", | ||
| "jest": { | ||
| "moduleFileExtensions": [ | ||
| "js", | ||
| ... | ... |
Please register or sign in to comment