{
  "name": "@applemusic-like-lyrics/vue",
  "version": "0.5.1",
  "description": "AMLL 组件库的 Vue 绑定",
  "repository": {
    "url": "https://github.com/amll-dev/applemusic-like-lyrics.git",
    "directory": "packages/vue",
    "type": "git"
  },
  "type": "module",
  "license": "AGPL-3.0-only",
  "nx": {
    "tags": [
      "library"
    ],
    "targets": {
      "nx-release-publish": {
        "executor": "@nx/js:release-publish",
        "dependsOn": []
      }
    }
  },
  "files": [
    "dist"
  ],
  "main": "./dist/amll-vue.cjs",
  "module": "./dist/amll-vue.mjs",
  "typings": "./dist/amll-vue.d.mts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/amll-vue.d.mts",
        "default": "./dist/amll-vue.mjs"
      },
      "require": {
        "types": "./dist/amll-vue.d.cts",
        "default": "./dist/amll-vue.cjs"
      }
    }
  },
  "dependencies": {
    "@applemusic-like-lyrics/core": "^0.5.1"
  },
  "peerDependencies": {
    "vue": "*"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.8",
    "@pixi/app": "^7.4.3",
    "@pixi/core": "^7.4.3",
    "@pixi/display": "^7.4.3",
    "@pixi/filter-blur": "^7.4.3",
    "@pixi/filter-color-matrix": "^7.4.3",
    "@pixi/sprite": "^7.4.3",
    "@rolldown/plugin-babel": "^0.2.3",
    "@vue/babel-plugin-jsx": "^2.0.1",
    "tsdown": "^0.21.9",
    "typedoc": "^0.28.17",
    "typedoc-plugin-markdown": "^4.11.0",
    "vue": "^3.5.30",
    "@applemusic-like-lyrics/core": "^0.5.1"
  },
  "scripts": {
    "typecheck": "tsgo -b",
    "build-only": "tsdown",
    "build": "run-p typecheck \"build-only {@}\" --",
    "build:dev": "tsdown",
    "fmt": "biome format --write ./src",
    "dev": "nx run @applemusic-like-lyrics/playground-vue:dev"
  }
}