{
  "version": "1.2.1",
  "name": "@mi-gpt/miot",
  "description": "MIoT 非官方 Node.js 客户端",
  "keywords": [
    "migpt",
    "miot"
  ],
  "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": {
    "axios": "^1.8.4",
    "pako": "^2.1.0",
    "@mi-gpt/utils": "1.1.1"
  },
  "devDependencies": {
    "@types/node": "^22.14.0",
    "@types/pako": "^2.0.3",
    "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"
  }
}