{
  "name": "koishi-plugin-minecraft-notifier",
  "description": "A Minecraft new version notification plugin, also featuring a PCL homepage.",
  "repository": {
    "type": "git",
    "url": "https://github.com/pynickle/koishi-plugin-minecraft-notifier"
  },
  "version": "1.15.5",
  "main": "lib/index.cjs",
  "typings": "lib/index.d.ts",
  "type": "module",
  "files": [
    "lib",
    "dist"
  ],
  "license": "MIT",
  "keywords": [
    "chatbot",
    "koishi",
    "plugin"
  ],
  "scripts": {
    "lint": "npx oxlint ./src",
    "lint:fix": "npx oxlint ./src --fix",
    "fmt": "npx oxfmt ./src",
    "build": "node esbuild.config.js && tsc --emitDeclarationOnly",
    "release": "semantic-release"
  },
  "peerDependencies": {
    "@pynickle/koishi-plugin-adapter-onebot": "^1.0.0",
    "koishi": "^4.18.11"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/commit-analyzer": "^13.0.1",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/npm": "^13.1.5",
    "@semantic-release/release-notes-generator": "^14.1.0",
    "@types/node": "^24.12.2",
    "@types/turndown": "^5.0.6",
    "conventional-changelog-conventionalcommits": "^9.3.1",
    "esbuild": "^0.28.0",
    "esbuild-plugin-yaml": "^0.0.1",
    "oxfmt": "^0.48.0",
    "oxlint": "^1.63.0",
    "semantic-release": "^25.0.3",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "@ai-sdk/openai": "^3.0.60",
    "ai": "^6.0.175",
    "autocorrect-node": "^2.14.0",
    "axios": "^1.16.0",
    "cheerio": "^1.2.0",
    "turndown": "^7.2.4",
    "zod": "^4.4.3"
  }
}
