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