{
  "name": "@foblex/utils",
  "version": "1.1.1",
  "description": "A comprehensive collection of utility functions and classes for TypeScript and web development, providing tools for type casting, DOM manipulation, event handling, and GUID generation.",
  "main": "bundles/foblex-utils.umd.js",
  "types": "index.d.ts",
  "author": "Siarhei Huzarevich",
  "homepage": "https://flow.foblex.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/siarheihuzarevich/f-utils.git"
  },
  "license": "MIT",
  "keywords": [
    "angular",
    "typescript",
    "foblex"
  ],
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2015/foblex-utils.js",
  "es2015": "fesm2015/foblex-utils.js",
  "esm2015": "esm2015/foblex-utils.js",
  "fesm2015": "fesm2015/foblex-utils.js",
  "typings": "foblex-utils.d.ts"
}