{
  "name": "@yiero/bilibili-api-lib",
  "version": "0.3.2",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE"
  ],
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build --watch",
    "test": "vitest run",
    "publish": "npm run build & npm publish"
  },
  "devDependencies": {
    "@rslib/core": "^0.19.1",
    "@types/node": "^24.10.4",
    "typescript": "^5.9.3",
    "vitest": "^4.0.16"
  },
  "license": "GPL-3.0",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/AliubYiero/bilibili-api-lib.git"
  },
  "keywords": [
    "bilibili"
  ]
}
