{
  "name": "vue-table-print",
  "version": "1.0.6",
  "description": "一个强大的Vue表格打印工具，支持ElementPlus、Ant Design Vue、Arco Design vue等组件库",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "test": "vitest",
    "lint": "eslint src --ext .js,.ts,.vue",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "vue",
    "vue3",
    "table",
    "print",
    "elementplus",
    "ant-design-vue",
    "export",
    "pdf",
    "frontend"
  ],
  "author": {
    "name": "codedragon4659",
    "email": "765637726@qq.com"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zhoulongshao/vue-table-print.git"
  },
  "bugs": {
    "url": "https://github.com/zhoulongshao/vue-table-print/issues"
  },
  "homepage": "https://github.com/zhoulongshao/vue-table-print#readme",
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/node": "^20.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.0.0",
    "rollup": "^3.0.0",
    "rollup-plugin-dts": "^5.0.0",
    "rollup-plugin-terser": "^7.0.0",
    "tslib": "^2.8.1",
    "typescript": "^5.0.0",
    "vitest": "^0.34.0",
    "vue": "^3.3.0"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
