{
  "name": "chaite",
  "version": "1.6.0",
  "description": "core for chatgpt-plugin and karin-plugin-chatgpt",
  "keywords": [
    "yunzai",
    "karin",
    "chatgpt"
  ],
  "license": "ISC",
  "author": "ikechan8370",
  "sideEffects": true,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "scripts": {
    "build": "tsc --noEmit && tsup",
    "copy-frontend": "copyfiles -u 1 \"frontend/build/**/*\" dist/frontend",
    "dev": "nodemon --exec ts-node src/index.ts",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix",
    "prebuild": "node scripts/generate-version.js",
    "prepublishOnly": "npm run build && npm run copy-frontend",
    "pub": "npm publish --access public",
    "test": "jest"
  },
  "devDependencies": {
    "@anthropic-ai/sdk": "^0.39.0",
    "@eslint/js": "^9.21.0",
    "@types/cors": "^2.8.17",
    "@types/express": "^5.0.0",
    "@types/jest": "^29.5.14",
    "@types/jsonwebtoken": "^9.0.9",
    "@types/node": "20",
    "@types/pdf-parse": "^1.1.4",
    "@typescript-eslint/eslint-plugin": "^8.25.0",
    "@typescript-eslint/parser": "^8.25.0",
    "axios": "^1.8.1",
    "chokidar": "^4.0.3",
    "copyfiles": "^2.4.1",
    "cors": "^2.8.5",
    "eslint": "^9.21.0",
    "eslint-config-prettier": "^10.0.2",
    "eslint-plugin-prettier": "^5.2.3",
    "express": "^4.21.2",
    "jest": "^29.7.0",
    "jsonwebtoken": "^9.0.2",
    "mammoth": "^1.9.0",
    "openai": "^4.86.1",
    "pdf-parse": "^1.1.1",
    "prettier": "^3.5.2",
    "reflect-metadata": "^0.2.2",
    "ts-jest": "^29.2.6",
    "tsup": "^8.4.0",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.25.0",
    "@google/genai": "^0.9.0",
    "@karinjs/node-schedule": "^1.0.1"
  }
}
