{
  "name": "@hellotax-ai/design-system",
  "version": "0.1.0",
  "type": "module",
  "main": "./components/index.ts",
  "exports": {
    ".": "./components/index.ts",
    "./tokens/*": "./tokens/*"
  },
  "peerDependencies": {
    "@element-plus/icons-vue": "^2.3.2",
    "vue": "^3.5.30",
    "vue-i18n": "^9.14.5"
  },
  "dependencies": {
    "element-plus": "^2.13.5"
  }
}
