{
  "name": "@advjs/client",
  "type": "module",
  "version": "0.1.0-beta.1",
  "description": "ADV.JS Client",
  "author": {
    "email": "me@yunyoujun.cn",
    "name": "YunYouJun",
    "url": "https://www.yunyoujun.cn"
  },
  "license": "MPL-2.0",
  "funding": "https://github.com/sponsors/YunYouJun",
  "homepage": "https://advjs.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/YunYouJun/advjs"
  },
  "bugs": "https://github.com/YunYouJun/advjs/issues",
  "exports": {
    "./package.json": "./package.json",
    ".": "./index.ts",
    "./*": "./*"
  },
  "main": "index.ts",
  "engines": {
    "node": "^20.0.0 || >=22.0.0"
  },
  "dependencies": {
    "@antfu/utils": "^9.2.0",
    "@unhead/vue": "^2.0.12",
    "@vueuse/core": "^13.5.0",
    "@vueuse/motion": "^3.0.3",
    "@vueuse/sound": "^2.1.3",
    "animate.css": "^4.1.1",
    "consola": "^3.4.2",
    "dayjs": "^1.11.13",
    "howler": "^2.2.4",
    "nprogress": "^0.2.0",
    "pinia": "^3.0.3",
    "pixi.js": "8.0.4",
    "reka-ui": "^2.4.0",
    "swiper": "^11.2.10",
    "vue": "^3.5.18",
    "vue-router": "^4.5.1",
    "@advjs/core": "0.1.0-beta.1",
    "@advjs/parser": "0.1.0-beta.1",
    "@advjs/types": "0.1.0-beta.1"
  },
  "optionalDependencies": {
    "@advjs/plugin-babylon": "0.1.0"
  },
  "devDependencies": {
    "@iconify-json/mdi": "^1.2.3",
    "@types/nprogress": "^0.2.3"
  }
}