UNPKG

@easyquery/core

Version:

EasyQuery.JS Community core modules

34 lines 908 B
{ "name": "@easyquery/core", "version": "7.3.5", "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", "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" ] }