{
  "name": "@yartsun/chat-widget-types",
  "version": "1.0.21",
  "description": "TypeScript definitions and professional migration system for HyperShadow Chat Widget configurations",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json",
    "./themes/*": {
      "default": "./themes/*"
    },
    "./THEME_V3_DEFAULT": {
      "default": "./themes/configV3.json"
    },
    "./THEME_V3_SOFT": {
      "default": "./themes/configV3-soft.json"
    },
    "./THEME_V3_SHINE": {
      "default": "./themes/configV3-shine.json"
    },
    "./THEME_V3_ULTRA": {
      "default": "./themes/configV3-ultra.json"
    }
  },
  "files": [
    "dist/**/*",
    "src/**/*",
    "themes/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "clean": "rm -rf dist",
    "prepare": "npm run clean && npm run build",
    "prepublishOnly": "npm run clean && npm run build",
    "migrate": "npx tsx migrator/cli.ts",
    "migrate:demo": "npx tsx migrator/demo.ts",
    "migrate:examples": "npx tsx -e \"import('./src/migration/examples.js').then(m => m.runAllExamples())\"",
    "migrate:help": "npx tsx migrator/cli.ts --help"
  },
  "keywords": [
    "typescript",
    "types",
    "chat",
    "widget",
    "microfrontend",
    "module-federation",
    "migration",
    "config-migration",
    "schema-migration",
    "version-upgrade"
  ],
  "author": "HyperShadow Team",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^24.0.13",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yartsun/chat-widget-types.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/yartsun/chat-widget-types/issues"
  },
  "homepage": "https://github.com/yartsun/chat-widget-types#readme"
}
