license
Showing
| { | { | ||
| "name": "koishi-plugin-act", | "name": "koishi-plugin-act", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "description": "", | "description": "A plugin playing acts in QQ groups", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "dependencies": { | "dependencies": { | ||
| "source-map-support": "^0.5.19" | "source-map-support": "^0.5.19" | ||
| ... | @@ -41,8 +41,18 @@ | ... | @@ -41,8 +41,18 @@ |
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "git@git.mycard.moe:nanahira/koishi-plugin-act.git" | "url": "https://code.mycard.moe/nanahira/koishi-plugin-act.git" | ||
| }, | }, | ||
| "author": "Nanahira", | "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