{
    "name": "@easyquery/ui",
    "version": "7.4.2",
    "description": "EasyQuery.JS Community UI widgets",
    "types": "./dist/types/public_api.d.ts",
    "main": "./dist/easyquery.ui.cjs.js",
    "module": "./dist/easyquery.ui.esm.js",
    "type": "module",
    "scripts": {
        "clear": "shx rm -rf dist/* docs/* lib/*",
        "build": "npm run clear && rollup -c",
        "watch": "rollup -c -w",
        "dev": "npm run watch",
        "docs": "typedoc src/public_api.ts --out ./docs"
    },
    "author": "Korzh.com",
    "homepage": "https://korzh.com/easyquery/javascript",
    "keywords": [
        "easyquery",
        "query",
        "sql",
        "query-builder",
        "reporting",
        "ad hoc",
        "data",
        "filtering",
        "free",
        "community"
    ],
    "bugs": "https://korzh.com/support",
    "license": "LGPL-3.0",
    "peerDependencies": {
        "@easyquery/core": "^7.4.2"
    },
    "files": [
        "dist",
        "assets"
    ]
}