license
Showing
| { | ||
| "name": "koishi-plugin-act", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "description": "A plugin playing acts in QQ groups", | ||
| "main": "dist/index.js", | ||
| "dependencies": { | ||
| "source-map-support": "^0.5.19" | ||
| ... | ... | @@ -41,8 +41,18 @@ |
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "git@git.mycard.moe:nanahira/koishi-plugin-act.git" | ||
| "url": "https://code.mycard.moe/nanahira/koishi-plugin-act.git" | ||
| }, | ||
| "author": "Nanahira", | ||
| "license": "ISC" | ||
| "license": "MIT", | ||
| "keywords": [ | ||
| "Koishi.js", | ||
| "qqbot", | ||
| "cqhttp", | ||
| "onebot" | ||
| ], | ||
| "bugs": { | ||
| "url": "https://code.mycard.moe/nanahira/koishi-plugin-act/issues" | ||
| }, | ||
| "homepage": "https://code.mycard.moe/nanahira/koishi-plugin-act" | ||
| } |
Please register or sign in to comment