{
    "name": "@cdmx/wappler_ag_grid",
    "version": "2.0.2",
    "type": "module",
    "description": "App Connect module for AG Grid v34 - Advanced data grid with enhanced editing, filtering, and tree data capabilities.",
    "license": "MIT",
    "author": {
        "name": "cdmx1",
        "url": "https://github.com/cdmx1"
    },
    "keywords": [
        "wappler-extension",
        "app-connect",
        "ag-grid"
    ],
    "dependencies": {
        "@ag-grid-community/locale": "~34.1.0",
        "ag-grid-community": "~34.1.0",
        "papaparse": "~5.5.2",
        "pdfmake": "~0.2.18",
        "read-excel-file": "~5.8.7"
    },
    "scripts": {
        "build": "rollup --config",
        "publish-dry-run": "npm publish ./dist --access public --dry-run"
    }
}
