{
  "version": "1.3.1",
  "name": "@mi-gpt/next",
  "description": "让小爱音箱「听你的」，解锁无限可能。",
  "keywords": [
    "migpt",
    "xiaoai",
    "miot",
    "chatgpt",
    "home-assistant"
  ],
  "type": "module",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.cjs",
      "import": "./dist/index.js"
    },
    "./*": {
      "types": "./dist/*.d.ts",
      "require": "./dist/*.cjs",
      "import": "./dist/*.js"
    }
  },
  "dependencies": {
    "@mi-gpt/chat": "1.1.1",
    "@mi-gpt/utils": "1.1.1",
    "@mi-gpt/engine": "1.2.1",
    "@mi-gpt/miot": "1.2.1"
  },
  "devDependencies": {
    "@types/node": "^22.14.0",
    "tsup": "^8.4.0",
    "typescript": "^5.8.2",
    "@mi-gpt/config": "1.1.0"
  },
  "engines": {
    "node": ">=16"
  },
  "sideEffects": false,
  "license": "MIT",
  "author": {
    "name": "Del Wang",
    "email": "hello@xbox.work",
    "url": "https://github.com/idootop"
  },
  "homepage": "https://github.com/idootop/migpt-next",
  "bugs": "https://github.com/idootop/migpt-next/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/idootop/migpt-next.git"
  },
  "scripts": {
    "build": "tsup"
  }
}