{
  "name": "ctod",
  "version": "1.1.3",
  "description": "CtoD Is Chat To Data Utils.",
  "main": "./dist/index.js",
  "type": "module",
  "scripts": {
    "build": "tsc --declaration --emitDeclarationOnly && node ./esbuild.mjs"
  },
  "types": "./types/lib",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/KHC-ZhiHao/ctod.git"
  },
  "keywords": [
    "utils",
    "tools",
    "typescript",
    "chatbot",
    "chatgpt"
  ],
  "author": "khczhihao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/KHC-ZhiHao/ctod/issues"
  },
  "homepage": "https://github.com/KHC-ZhiHao/ctod#readme",
  "devDependencies": {
    "@anthropic-ai/sdk": "^0.116.0",
    "@aws-sdk/client-bedrock-runtime": "^3.1106.0",
    "@babel/core": "^8.0.1",
    "@babel/preset-env": "^8.0.2",
    "@google/genai": "^2.16.0",
    "@stylistic/eslint-plugin": "^5.10.0",
    "@types/chai": "^5.2.3",
    "@types/inquirer": "9.0.10",
    "@types/jsdom": "^30.0.0",
    "@types/mocha": "^10.0.10",
    "@types/node": "^26.2.0",
    "@types/opencc-js": "^1.0.3",
    "babel-loader": "^10.1.1",
    "chai": "^6.2.2",
    "cheerio": "^1.2.0",
    "cross-env": "^10.1.0",
    "esbuild": "^0.28.2",
    "esbuild-node-externals": "^2.0.0",
    "esbuild-plugin-env": "^1.1.1",
    "esbuild-plugin-eslint": "^0.3.12",
    "eslint": "10.8.1",
    "esno": "^4.8.0",
    "inquirer": "14.0.2",
    "jsdom": "^30.0.1",
    "mocha": "^11.8.0",
    "ts-loader": "^9.6.2",
    "typescript": "^6",
    "typescript-eslint": "^8.66.0"
  },
  "dependencies": {
    "@huggingface/jinja": "^0.5.9",
    "axios": "^1.19.0",
    "handlebars": "^4.7.9",
    "json5": "^2.2.3",
    "opencc-js": "^1.4.1",
    "power-helper": "^0.9.1",
    "zod": "^4.4.3"
  }
}
