{
  "name": "@ahmetilhn/handy-utils",
  "version": "3.2.8",
  "description": "Handy utils offers developers a powerful and easy-to-use toolset. With its clean, modular and scalable code structure, it accelerates development processes and reduces code complexity. With a wide range of functions, it offers ready-made methods for solving common problems.",
  "author": "Ahmet ilhan <ahmetilhan.dev@gmail.com>",
  "license": "MIT",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "publisher": "Ahmet ilhan",
  "repository": "https://github.com/ahmetilhn/handy-utils.git",
  "scripts": {
    "build": "sh ./scripts/prod-build.sh",
    "dev": "sh ./scripts/dev-build.sh",
    "test": "jest"
  },
  "private": false,
  "keywords": [
    "javascript",
    "utility",
    "library",
    "helpers",
    "tools",
    "functions",
    "development",
    "lodash",
    "utils",
    "isClient",
    "isServer",
    "isNumber",
    "isDefined",
    "isUndefined",
    "isFunction",
    "isArray",
    "isObject",
    "isDate",
    "sleep"
  ],
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.4",
    "@babel/preset-typescript": "^7.24.7",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/jest": "^29.5.12",
    "babel-jest": "^29.7.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "rollup": "^4.21.0",
    "rollup-plugin-dts": "^6.1.1",
    "tslib": "^2.7.0"
  }
}
