{
  "name": "@gsb-core/ai-assistant",
  "version": "0.1.8",
  "description": "GSB AI Assistant Core Package",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rimraf dist",
    "prepublishOnly": "npm run clean && npm run build",
    "prepare-publish": "node prepare-publish.js",
    "restore-package": "node restore-package.js",
    "publish": " npm version patch && npm publish"
  },
  "dependencies": {
    "@gsb-core/core": "*"
  },
  "peerDependencies": {
    "@gsb-core/core": "*"
  },
  "devDependencies": {
    "rimraf": "^5.0.5",
    "typescript": "^5.2.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "gsb",
    "ai",
    "chat",
    "llm",
    "nunjucks",
    "templates"
  ],
  "author": "@honibis",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/gsb-ai-assistant.git"
  },
  "bugs": {
    "url": "https://github.com/yourusername/gsb-ai-assistant/issues"
  },
  "homepage": "https://github.com/yourusername/gsb-ai-assistant#readme"
}
