{
  "name": "discord-tictactoe",
  "version": "4.2.2",
  "description": "A modern Discord Bot for playing Tic-Tac-Toe",
  "author": "Utarwyn <maximemalgorn@gmail.com>",
  "license": "Apache-2.0",
  "main": "dist/src/index.js",
  "bin": {
    "tictactoe": "dist/bin/tictactoe.js"
  },
  "files": [
    "config/locales",
    "dist/bin",
    "dist/src"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/utarwyn/discord-tictactoe"
  },
  "keywords": [
    "discord",
    "bot",
    "tictactoe",
    "game",
    "nodejs",
    "typescript"
  ],
  "dependencies": {
    "discord.js": "^14.25.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@types/jest": "^30.0.0",
    "@types/node": "^18.19.120",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-jest": "^29.5.0",
    "globals": "^16.5.0",
    "jest": "^30.2.0",
    "prettier": "^3.7.4",
    "replace-in-file": "^8.4.0",
    "rimraf": "^6.1.2",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.50.0"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "clean": "rimraf coverage dist tmp",
    "build": "tsc -p tsconfig.release.json && node lib/replacePaths.mjs",
    "build:watch": "tsc -w -p tsconfig.release.json",
    "format:check": "prettier --check \"**/**.ts\"",
    "format": "prettier --write \"**/**.ts\"",
    "lint": "eslint src",
    "serve": "node dist/bin/tictactoe.js",
    "start": "pnpm run build && pnpm run serve",
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "release": "pnpm run clean && pnpm run lint && pnpm run test && pnpm run format && pnpm run build"
  },
  "packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501"
}
