{
  "name": "@ikenxuan/amagi",
  "version": "6.1.3",
  "description": "抖音、B站的 web 端相关数据接口基于 Node.js 的实现",
  "keywords": [
    "douyin",
    "bilibili",
    "kuaishou",
    "xiaohongshu",
    "api"
  ],
  "homepage": "https://github.com/ikenxuan/amagi",
  "bugs": {
    "url": "https://github.com/ikenxuan/amagi/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ikenxuan/amagi.git",
    "directory": "packages/core"
  },
  "license": "GPL-3.0-only",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/default/index.d.ts",
      "development": "./src/index.ts",
      "import": "./dist/default/index.mjs",
      "require": "./dist/default/index.cjs"
    },
    "./express": {
      "types": "./dist/exports/express.d.ts",
      "import": "./dist/exports/express.mjs",
      "require": "./dist/exports/express.cjs"
    },
    "./axios": {
      "types": "./dist/exports/axios.d.ts",
      "import": "./dist/exports/axios.mjs",
      "require": "./dist/exports/axios.cjs"
    },
    "./chalk": {
      "types": "./dist/exports/chalk.d.ts",
      "import": "./dist/exports/chalk.mjs",
      "require": "./dist/exports/chalk.cjs"
    }
  },
  "main": "dist/default/index.cjs",
  "module": "dist/default/index.mjs",
  "types": "dist/default/index.d.ts",
  "files": [
    "dist/*",
    "LICENSE",
    "package.json",
    "README.md"
  ],
  "dependencies": {
    "@ikenxuan/xhshow-ts": "^1.0.6",
    "axios": "^1.15.2",
    "chalk": "5.6.2",
    "express": "^5.2.1",
    "protobufjs": "8.0.1",
    "zod": "4.3.6"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "timestamp": "2026-04-08T05:13:54.305Z"
}