{
  "name": "koishi-plugin-gomoku",
  "description": "A Gomoku (Five in a Row) game plugin for Koishi",
  "version": "1.0.9",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc -w"
  },
  "keywords": [
    "chatbot",
    "koishi",
    "plugin",
    "game",
    "gomoku"
  ],
  "peerDependencies": {
    "koishi": "^4.13.0"
  },
  "devDependencies": {
    "@types/node": "^18.16.0",
    "typescript": "^5.0.4",
    "koishi": "^4.13.0"
  }
}
