{
  "name": "koishi-plugin-hitokoto-sentences",
  "description": "hitokoto sentences",
  "version": "1.0.431",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "dist",
    "lib",
    "data/*.json",
    "README.md",
    "LICENSE"
  ],
  "license": "MIT",
  "scripts": {
    "build": "tsc && koishi-console build",
    "test": "mocha -r esbuild-register -r yml-register --extension .spec.ts ./__tests__",
    "lint": "eslint src/**/*.ts && yarn prettier --check",
    "format": "yarn prettier --write",
    "prettier": "prettier '**/*.{js,ts,json,yml,yaml,md}' '!{lib,dist}/**/*'",
    "toc": "md-magic --path '*.md'"
  },
  "author": {
    "name": "SaarChaffee",
    "email": "saarchaffee@qq.com",
    "url": "https://github.com/SaarChaffee"
  },
  "contributors": [
    {
      "name": "Maiko Tan",
      "email": "maiko.tan.coding@gmail.com",
      "url": "https://github.com/MaikoTan"
    }
  ],
  "homepage": "https://github.com/AwesomeHamster/koishi-plugin-hitokoto-sentences",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AwesomeHamster/koishi-plugin-hitokoto-sentences.git"
  },
  "bugs": {
    "url": "https://github.com/AwesomeHamster/koishi-plugin-hitokoto-sentences/issues"
  },
  "keywords": [
    "bot",
    "qqbot",
    "chatbot",
    "plugin",
    "koishi",
    "koishijs",
    "hitokoto",
    "chinese"
  ],
  "koishi": {
    "description": {
      "en": "Sentences for Hitokoto plugin",
      "zh": "随机一言语料库"
    },
    "locales": [
      "zh"
    ],
    "service": {
      "implements": [
        "sentences"
      ]
    }
  },
  "prettier": "@hamster-bot/prettier-config",
  "dependencies": {
    "@koishijs/console": "^5.19.5"
  },
  "peerDependencies": {
    "koishi": "^4.15.0"
  },
  "devDependencies": {
    "@hamster-bot/eslint-config": "1.0.8",
    "@hamster-bot/prettier-config": "^1.0.1",
    "@hamster-bot/tsconfig": "^0.0.2",
    "@koishijs/client": "^5.19.5",
    "@koishijs/plugin-console": "^5.19.5",
    "@types/chai": "^4.3.11",
    "@types/js-yaml": "^4.0.9",
    "@types/mocha": "^10.0.6",
    "@types/node": "^20.10.3",
    "@typescript-eslint/eslint-plugin": "^6.13.2",
    "@typescript-eslint/parser": "^6.13.2",
    "chai": "^4.3.10",
    "esbuild": "^0.19.8",
    "esbuild-register": "^3.5.0",
    "eslint": "^8.55.0",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-mocha": "^10.4.3",
    "eslint-plugin-n": "^17.9.0",
    "eslint-plugin-promise": "^6.4.0",
    "js-yaml": "^4.1.0",
    "koishi": "^4.18.10",
    "markdown-magic": "^2.6.1",
    "mocha": "^10.2.0",
    "prettier": "^3.1.0",
    "typescript": "^5.3.2",
    "yml-register": "^1.1.0"
  }
}
