{
    "name": "@easydata/ui",
    "version": "1.5.11",
    "description": "EasyData.JS: DOM manipulation functions and UI widgets",
    "types": "./dist/types/public_api.d.ts",
    "main": "./dist/easydata.ui.cjs.js",
    "module": "./dist/easydata.ui.esm.js",
    "scripts": {
        "clear": "shx rm -rf dist/* docs/*",
        "build": "npm run clear && rollup -c",
        "watch": "rollup -c -w",
        "docs": "typedoc src/public_api.ts --out ./docs",
        "test": "cross-env NODE_OPTIONS=\"--import tsx\" latte -d -v -t --include=./**/*.test.ts"
    },
    "author": "Korzh.com",
    "homepage": "https://github.com/KorzhCom/EasyData",
    "repository": {
        "type": "git",
        "url": "https://github.com/KorzhCom/EasyData.git"
    },
    "keywords": [
        "database",
        "crud",
        "paging",
        "data filter",
        "data grid",
        "data dialogs",
        "data forms",
        "search box",
        "calendar widget"
    ],
    "bugs": "https://github.com/KorzhCom/EasyData/issues",
    "license": "MIT",
    "browserslist": [
        "defaults"
    ],
    "peerDependencies": {
        "@easydata/core": "*"
    },
    "files": [
        "dist"
    ],
    "devDependencies": {
        "tsx": "^4.21.0"
    }
}