Guest User

external/k2345-security/package.json

a guest
Jul 3rd, 2023
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.99 KB | None | 0 0
  1. {
  2.   "name": "koishi-plugin-k2345-security",
  3.   "description": "[insecure] k2345-Security: 完全保护您的 Koishi - Prevent from using Koishi",
  4.   "version": "0.0.1",
  5.   "main": "lib/index.js",
  6.   "typings": "lib/index.d.ts",
  7.   "files": [
  8.     "lib",
  9.     "dist"
  10.   ],
  11.   "homepage": "https://github.com/CyanChanges/k2345-security",
  12.   "repository": {
  13.     "type": "git",
  14.     "url": "git+https://github.com/CyanChanges/k2345-security.git"
  15.   },
  16.   "koishi": {
  17.     "description": {
  18.       "zh": "完全保护您的 Koishi",
  19.       "en": "Prevent from using Koishi"
  20.     },
  21.     "insecure": true,
  22.     "scope": "tool",
  23.     "service": {
  24.       "implements": [
  25.         "k2s",
  26.         "k2d"
  27.       ],
  28.       "required": []
  29.     }
  30.   },
  31.   "license": "MIT",
  32.   "scripts": {},
  33.   "keywords": [
  34.     "chatbot",
  35.     "koishi",
  36.     "plugin"
  37.   ],
  38.   "peerDependencies": {
  39.     "koishi": "^4.11.9",
  40.     "@koishijs/plugin-console": "^5.11.0"
  41.   },
  42.   "devDependencies": {
  43.     "@koishijs/client": "^5.11.0"
  44.   }
  45. }
  46.  
Advertisement
Add Comment
Please, Sign In to add comment