{
    "name": "@easyquery/core",
    "version": "7.4.2",
    "description": "EasyQuery.JS Community core modules",
    "types": "./dist/types/public_api.d.ts",
    "main": "./dist/easyquery.core.cjs.js",
    "module": "./dist/easyquery.core.esm.js",
    "type": "module",
    "scripts": {
        "clear": "shx rm -rf dist/* docs/*",
        "build": "npm run clear && rollup -c",
        "watch": "npm run clear && rollup -c -w",
        "docs": "typedoc src/public_api.ts --out ./docs",
        "test": "vitest run"
    },
    "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",
    "files": [
        "dist"
    ]
}