{
  "name": "@lowdefy/blocks-aggrid",
  "version": "4.4.0",
  "license": "Apache-2.0",
  "description": "AgGrid Blocks for Lowdefy.",
  "homepage": "https://lowdefy.com",
  "keywords": [
    "lowdefy",
    "lowdefy blocks",
    "aggrid",
    "table",
    "lowdefy plugin"
  ],
  "bugs": {
    "url": "https://github.com/lowdefy/lowdefy/issues"
  },
  "contributors": [
    {
      "name": "Gerrie van Wyk",
      "url": "https://github.com/Gervwyk"
    },
    {
      "name": "Johann Möller",
      "url": "https://github.com/JohannMoller"
    },
    {
      "name": "Sam Tolmay",
      "url": "https://github.com/SamTolmay"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lowdefy/lowdefy.git"
  },
  "type": "module",
  "exports": {
    "./*": "./dist/*",
    "./blocks": "./dist/blocks.js",
    "./types": "./dist/types.js"
  },
  "files": [
    "dist/*"
  ],
  "dependencies": {
    "@ag-grid-community/client-side-row-model": "30.2.0",
    "@ag-grid-community/core": "30.2.0",
    "@ag-grid-community/csv-export": "30.2.0",
    "@ag-grid-community/react": "30.2.0",
    "@ag-grid-community/styles": "30.2.0",
    "@lowdefy/block-utils": "4.4.0",
    "@lowdefy/helpers": "4.4.0",
    "react": "18.2.0",
    "react-dom": "18.2.0"
  },
  "devDependencies": {
    "@emotion/jest": "11.10.5",
    "@lowdefy/block-dev": "4.4.0",
    "@lowdefy/jest-yaml-transform": "4.4.0",
    "@swc/cli": "0.1.63",
    "@swc/core": "1.3.99",
    "@swc/jest": "0.2.29",
    "@testing-library/dom": "8.19.1",
    "@testing-library/react": "13.4.0",
    "@testing-library/user-event": "14.4.3",
    "copyfiles": "2.4.1",
    "jest": "28.1.3",
    "jest-environment-jsdom": "28.1.3",
    "jest-serializer-html": "7.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "swc src --out-dir dist --config-file ../../../../.swcrc --delete-dir-on-start && pnpm copyfiles",
    "clean": "rm -rf dist",
    "copyfiles": "copyfiles -u 1 \"./src/**/*\" dist -e \"./src/**/*.js\" -e \"./src/**/*.yaml\" -e \"./src/**/*.snap\"",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
  }
}