{
  "name": "vue3-smart-table",
  "version": "2.1.3",
  "description": "基于 Vue 3 + Element Plus 的高可复用表格组件库 - 插件化架构，支持自定义渲染器",
  "main": "dist/vue3-smart-table.cjs.js",
  "module": "dist/vue3-smart-table.es.js",
  "unpkg": "dist/vue3-smart-table.umd.js",
  "jsdelivr": "dist/vue3-smart-table.umd.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/vue3-smart-table.es.js",
      "require": "./dist/vue3-smart-table.cjs.js"
    },
    "./style.css": "./dist/index.css",
    "./dist/style.css": "./dist/index.css"
  },
  "keywords": [
    "vue3",
    "vue",
    "element-plus",
    "table",
    "smart-table",
    "renderer",
    "plugin",
    "composition-api",
    "typescript",
    "组件库",
    "数据表格",
    "前端组件"
  ],
  "author": {
    "name": "chenx18"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chenx18/vue3-smart-table.git"
  },
  "bugs": {
    "url": "https://github.com/chenx18/vue3-smart-table/issues"
  },
  "homepage": "https://github.com/chenx18/vue3-smart-table#readme",
  "scripts": {
    "build": "vite build && vue-tsc --declaration --emitDeclarationOnly --outDir dist/types",
    "dev:demo": "cd demo && vite",
    "preview:demo": "vite preview demo",
    "prepublishOnly": "npm run build",
    "prepack": "npm run build",
    "release": "npm run build && npm publish",
    "release:alpha": "npm run build && npm publish --tag alpha",
    "release:beta": "npm run build && npm publish --tag beta",
    "release:rc": "npm run build && npm publish --tag rc",
    "release:dry": "npm run build && npm publish --dry-run"
  },
  "peerDependencies": {
    "element-plus": "^2.9.0",
    "vue": ">=3.5.0"
  },
  "peerDependenciesMeta": {
    "element-plus": {
      "optional": false
    }
  },
  "devDependencies": {
    "@types/node": "^25.0.2",
    "@vitejs/plugin-vue": "^5.2.4",
    "@vitejs/plugin-vue-jsx": "^5.1.2",
    "element-plus": "^2.9.0",
    "typescript": "^5.0.0",
    "vite": "^6.4.1",
    "vue": "^3.5.25",
    "vue-tsc": "^3.1.8"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=8.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": [
    "dist/*.css"
  ]
}
