{
  "name": "@trapar-waves/llm-template",
  "type": "module",
  "version": "1.1.23",
  "packageManager": "pnpm@10.30.0",
  "description": "A template for LLM development integrating AI tools, TypeScript, Zod validation, and development utilities like Vitest and Rslib.",
  "author": {
    "email": "admin@rikka.cc",
    "name": "Rikka",
    "url": "https://github.com/Muromi-Rikka"
  },
  "license": "MIT",
  "homepage": "https://github.com/Trapar-waves/llm-template",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Trapar-waves/llm-template.git"
  },
  "bugs": {
    "url": "https://github.com/Trapar-waves/llm-template/issues"
  },
  "keywords": [
    "llm",
    "ai",
    "typescript",
    "zod",
    "vitest",
    "vite",
    "rslib",
    "prettier",
    "eslint",
    "dotenv",
    "pathe"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rslib build",
    "build:watch": "rslib build --watch",
    "lint": "eslint . --cache --max-warnings=0 --no-warn-ignored",
    "postinstall": "husky"
  },
  "dependencies": {
    "@ai-sdk/openai": "^3.0.30",
    "ai": "^6.0.91",
    "mdbox": "^0.1.1",
    "pathe": "^2.0.3",
    "prettier": "^3.8.1",
    "vitest": "^4.0.18",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^7.4.3",
    "@rslib/core": "^0.19.6",
    "@types/node": "^24.10.13",
    "dotenv": "^17.3.1",
    "eslint": "^10.0.0",
    "eslint-plugin-format": "^1.4.0",
    "husky": "^9.1.7",
    "lint-staged": "^16.2.7",
    "typescript": "^5.9.3",
    "vite": "^7.3.1"
  }
}
