{
  "name": "@webartistxyz/vue-datatable",
  "version": "1.2.5",
  "type": "module",
  "description": "A simple Vue 3 data table including sorting, searching, pagination, and CSV download feature also. This data table has multiple customize options also.",
  "author": "Mohiuddin Sadek <mhddnsadek@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/webartistxyz/v-datatable"
  },
  "keywords": [
    "vue",
    "vue3",
    "vuejs",
    "plugin",
    "data table",
    "Datatable",
    "data-table",
    "datatable",
    "Vue js datatable",
    "vue data table",
    "vue3 datatable",
    "vue js data-table",
    "Vue datatable with CSV download",
    "vue 3 npm package for datatable"
  ],
  "license": "MIT",
  "files": [
    "src",
    "dist"
  ],
  "main": "./dist/@webartistxyz/vue-datatable.umd.cjs",
  "module": "./dist/@webartistxyz/vue-datatable.js",
  "exports": {
    ".": {
      "import": "./dist/@webartistxyz/vue-datatable.js",
      "require": "./dist/@webartistxyz/vue-datatable.umd.cjs"
    },
    "./dist/style.css": "./dist/style.css"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "vue": "^3.2.45",
    "xlsx": "^0.18.5"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^4.0.0",
    "rollup-plugin-visualizer": "^5.5.4",
    "vite": "^4.1.0"
  }
}
