{
  "name": "vben-aggregate-stores",
  "version": "6.0.6",
  "description": "vben-aggregate-stores package",
  "type": "module",
  "license": "MIT",
  "author": {
    "name": "zydld888",
    "email": "your.email@example.com",
    "url": "https://github.com/yourusername"
  },
  "homepage": "https://your-project-homepage.com",
  "bugs": "https://github.com/yourusername/your-project/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/your-project.git",
    "directory": "C:/Users/dld/Desktop/vue-vben-admin-main/packages/stores"
  },
  "keywords": [
    "vue",
    "vue3",
    "admin",
    "typescript",
    "your-project-name",
    "dashboard",
    "template",
    "ui-components",
    "frontend"
  ],
  "exports": {
    ".": "./src/index.ts"
  },
  "main": "./src/index.ts",
  "module": "./src/index.ts",
  "types": "./src/index.ts",
  "files": [
    "README.md",
    "package.json",
    "src",
    "*.d.ts"
  ],
  "dependencies": {
    "vben-aggregate-core-preferences": "^6.0.6",
    "vben-aggregate-core-shared": "^6.0.6",
    "vben-aggregate-core-typings": "^6.0.6",
    "pinia": "^3.0.3",
    "pinia-plugin-persistedstate": "catalog:",
    "secure-ls": "catalog:",
    "vue": "^3.5.17",
    "vue-router": "^4.5.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}