{
  "name": "kokkoro-plugin-kfc",
  "version": "2.0.0",
  "description": "vivo 50",
  "type": "module",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "keywords": [
    "bot",
    "kokkoro",
    "kfc",
    "qq"
  ],
  "author": "Yuki <admin@yuki.sh>",
  "license": "MIT",
  "devDependencies": {
    "@kokkoro/core": "^3.0.10"
  },
  "scripts": {
    "build": "tsc && tsc-alias",
    "build:watch": "tsc && (concurrently \"tsc -w\" \"tsc-alias -w\")"
  }
}