{
  "name": "@cocoar/vue-data-grid",
  "version": "3.1.0",
  "description": "AG Grid wrapper with Cocoar Design System theming for Vue 3",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/cocoar-dev/cocoar-ui-vue.git",
    "directory": "packages/data-grid"
  },
  "homepage": "https://docs.cocoar.dev/cocoar-ui-vue/",
  "bugs": "https://github.com/cocoar-dev/cocoar-ui-vue/issues",
  "keywords": [
    "vue",
    "vue3",
    "data-grid",
    "ag-grid",
    "table"
  ],
  "type": "module",
  "sideEffects": [
    "*.css"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./styles": "./dist/index.css"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "vite build",
    "test": "vitest run",
    "lint": "eslint src/",
    "typecheck": "vue-tsc --noEmit"
  },
  "dependencies": {
    "ag-grid-community": "35.0.0",
    "ag-grid-vue3": "35.0.0"
  },
  "peerDependencies": {
    "@cocoar/vue-localization": "3.1.0",
    "@cocoar/vue-ui": "3.1.0",
    "@js-temporal/polyfill": "^0.5.1",
    "vue": "^3.5.0"
  },
  "devDependencies": {
    "@cocoar/vue-localization": "workspace:*",
    "@cocoar/vue-ui": "workspace:*",
    "@js-temporal/polyfill": "^0.5.1",
    "vue": "^3.5.32"
  }
}
