{
  "name": "notice-bar-vue",
  "version": "1.1.1",
  "type": "module",
  "typings": "./dist/index.d.ts",
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc && vite build",
    "preview": "vite preview"
  },
  "main": "./dist/notice-bar-vue.umd.js",
  "module": "./dist/notice-bar-vue.es.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/notice-bar-vue.es.js",
      "require": "./dist/notice-bar-vue.umd.js"
    }
  },
  "files": [
    "dist",
    "README.md",
    "package.json"
  ],
  "keywords": [
    "notice-bar",
    "notice-bar-vue",
    "通知栏",
    "轮播",
    "滚动播放"
  ],
  "description": "基于Vue3的无线滚动通知栏组件",
  "repository": {
    "type": "git",
    "url": "git@github.com:CaniceZ/notice-bar-vue.git"
  },
  "dependencies": {
    "vue": "^3.4.21"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.0.4",
    "@vitejs/plugin-vue-jsx": "^3.1.0",
    "typescript": "^5.2.2",
    "vite": "^5.2.0",
    "vite-plugin-dts": "^3.8.3",
    "vite-plugin-lib-inject-css": "^2.0.1",
    "vue-tsc": "^2.0.6"
  }
}
